AccessBuilder Structure

Provides methods for editing the Access property.

Definition

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

Remarks

  Important

Only use this struct in conjunction with VCardBuilder!

Methods

Clear Sets the Access property to null.
Edit(FuncAccessProperty, AccessProperty) Edits the content of the Access property with a delegate.
EditTArg(FuncAccessProperty, TArg, AccessProperty, TArg) Edits the content of the Access 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 Access property to an AccessProperty instance that is newly initialized using the specified arguments.

See Also