ProfileBuilder Structure

Provides methods for editing the Profile property.

Definition

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

Remarks

  Important

Only use this struct in conjunction with VCardBuilder!

Methods

Clear Sets the Profile property to null.
Edit Edits the content of the Profile property with a delegate.
GetTypeGets the Type of the current instance.
(Inherited from Object)
Set Sets the Profile property to a ProfileProperty instance that is newly initialized with the specified group name.

See Also