Important
Only use this struct in conjunction with VCardBuilder!
public readonly struct ContactIDBuilder
Public Structure ContactIDBuilder
public value class ContactIDBuilder
[<SealedAttribute>]
type ContactIDBuilder =
struct
inherit ValueType
end
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. |
GetType | Gets 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. |