C# 클래스 MigraDoc.DocumentObjectModel.Internals.NullableDescriptor

Value descriptor of all nullable types.
상속: ValueDescriptor
파일 보기 프로젝트 열기: DavidS/MigraDoc

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
NullableDescriptor ( string valueName, Type valueType, Type fieldType, MemberInfo memberInfo, VDFlags flags ) : System

메소드 상세

GetValue() 공개 메소드

public GetValue ( DocumentObject dom, GV flags ) : object
dom DocumentObject
flags GV
리턴 object

IsNull() 공개 메소드

Determines whether the given DocumentObject is null (not set).
public IsNull ( DocumentObject dom ) : bool
dom DocumentObject
리턴 bool

SetNull() 공개 메소드

public SetNull ( DocumentObject dom ) : void
dom DocumentObject
리턴 void

SetValue() 공개 메소드

public SetValue ( DocumentObject dom, object value ) : void
dom DocumentObject
value object
리턴 void