ContactIDBuilder Structure

Provides methods for editing the ContactID property.

Definition

Namespace: FolkerKinzel.VCards.BuilderParts
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
C#
public readonly struct ContactIDBuilder
Inheritance
Object    ValueType    ContactIDBuilder

Remarks

  Important

Only use this struct in conjunction with VCardBuilder!

Methods

Clear Sets the ContactID property to null.
Edit(FuncContactIDProperty, ContactIDProperty) Edits the content of the ContactID property with a delegate.
EditTArg(FuncContactIDProperty, TArg, ContactIDProperty, TArg) Edits the content of the ContactID property with a delegate and allows to pass an argument to this delegate.
GetTypeGets the Type of the current instance.
(Inherited from Object)
Set(ActionParameterSection, FuncVCard, String) Sets the ContactID property to a ContactIDProperty instance that is newly initialized with a new Guid.
Set(ContactID, ActionParameterSection, FuncVCard, String) Sets the ContactID property to a ContactIDProperty instance that is newly initialized using a specified ContactID.
Set(Guid, ActionParameterSection, FuncVCard, String) Sets the ContactID property to a ContactIDProperty instance that is newly initialized using a specified Guid.
Set(String, ActionParameterSection, FuncVCard, String) Sets the ContactID property to a ContactIDProperty instance that is newly initialized using free-form text.
Set(Uri, ActionParameterSection, FuncVCard, String) Sets the ContactID property to a ContactIDProperty instance that is newly initialized using a specified Uri.

See Also