C# Class MigraDoc.DocumentObjectModel.Internals.ValueTypeDescriptor

Value descriptor of value types.
Inheritance: ValueDescriptor
Afficher le fichier Open project: DavidS/MigraDoc

Méthodes publiques

Méthode Description
GetValue ( DocumentObject dom, GV flags ) : object
IsNull ( DocumentObject dom ) : bool

Determines whether the given DocumentObject is null (not set).

SetNull ( DocumentObject dom ) : void
SetValue ( DocumentObject dom, object value ) : void

Private Methods

Méthode Description
ValueTypeDescriptor ( string valueName, Type valueType, Type fieldType, MemberInfo memberInfo, VDFlags flags ) : System

Method Details

GetValue() public méthode

public GetValue ( DocumentObject dom, GV flags ) : object
dom DocumentObject
flags GV
Résultat object

IsNull() public méthode

Determines whether the given DocumentObject is null (not set).
public IsNull ( DocumentObject dom ) : bool
dom DocumentObject
Résultat bool

SetNull() public méthode

public SetNull ( DocumentObject dom ) : void
dom DocumentObject
Résultat void

SetValue() public méthode

public SetValue ( DocumentObject dom, object value ) : void
dom DocumentObject
value object
Résultat void