C# 클래스 iTextSharp.xmp.impl.ParameterAsserts

@since 11.08.2006
상속: XmpConst
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
AssertArrayName ( string arrayName ) : void

Asserts that an array name is set.

AssertImplementation ( IXmpMeta xmp ) : void

Asserts that the xmp object is of this implemention (XmpMetaImpl).

AssertNotNull ( object param ) : void

Asserts that any string parameter is set.

AssertPrefix ( string prefix ) : void

Asserts that a prefix is set.

AssertPropName ( string propName ) : void

Asserts that a property name is set.

AssertSchemaNs ( string schemaNs ) : void

Asserts that a schema namespace is set.

AssertSpecificLang ( string specificLang ) : void

Asserts that a specific language is set.

AssertStructName ( string structName ) : void

Asserts that a struct name is set.

비공개 메소드들

메소드 설명
ParameterAsserts ( )

private constructor

메소드 상세

AssertArrayName() 공개 정적인 메소드

Asserts that an array name is set.
Array name is null or empty
public static AssertArrayName ( string arrayName ) : void
arrayName string an array name
리턴 void

AssertImplementation() 공개 정적인 메소드

Asserts that the xmp object is of this implemention (XmpMetaImpl).
A wrong implentaion is used.
public static AssertImplementation ( IXmpMeta xmp ) : void
xmp IXmpMeta the XMP object
리턴 void

AssertNotNull() 공개 정적인 메소드

Asserts that any string parameter is set.
Thrown if the parameter is null or has length 0.
public static AssertNotNull ( object param ) : void
param object any string parameter
리턴 void

AssertPrefix() 공개 정적인 메소드

Asserts that a prefix is set.
Prefix is null or empty
public static AssertPrefix ( string prefix ) : void
prefix string a prefix
리턴 void

AssertPropName() 공개 정적인 메소드

Asserts that a property name is set.
Property name is null or empty
public static AssertPropName ( string propName ) : void
propName string a property name or path
리턴 void

AssertSchemaNs() 공개 정적인 메소드

Asserts that a schema namespace is set.
Schema is null or empty
public static AssertSchemaNs ( string schemaNs ) : void
schemaNs string a schema namespace
리턴 void

AssertSpecificLang() 공개 정적인 메소드

Asserts that a specific language is set.
Specific language is null or empty
public static AssertSpecificLang ( string specificLang ) : void
specificLang string a specific lang
리턴 void

AssertStructName() 공개 정적인 메소드

Asserts that a struct name is set.
Struct name is null or empty
public static AssertStructName ( string structName ) : void
structName string a struct name
리턴 void