TextSingletonBuilder Structure

Provides methods for editing VCard properties that contain a single TextProperty instance.

Definition

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

Remarks

  Important

Only use this struct in conjunction with VCardBuilder!

Methods

Clear Sets the specified property of the VCard to null.
Edit(FuncTextProperty, TextProperty) Edits the content of the specified VCard property with a delegate.
EditTArg(FuncTextProperty, TArg, TextProperty, TArg) Edits the content of the specified VCard property with a delegate and allows to pass an argument to this delegate.
GetTypeGets the Type of the current instance.
(Inherited from Object)
Set Sets the specified VCard property to a TextProperty instance that is newly initialized from a String.

See Also