메소드 | 설명 | |
---|---|---|
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
|
public static AssertArrayName ( string arrayName ) : void | ||
arrayName | string | an array name |
리턴 | void |
public static AssertImplementation ( IXmpMeta xmp ) : void | ||
xmp | IXmpMeta | the XMP object |
리턴 | void |
public static AssertNotNull ( object param ) : void | ||
param | object | any string parameter |
리턴 | void |
public static AssertPrefix ( string prefix ) : void | ||
prefix | string | a prefix |
리턴 | void |
public static AssertPropName ( string propName ) : void | ||
propName | string | a property name or path |
리턴 | void |
public static AssertSchemaNs ( string schemaNs ) : void | ||
schemaNs | string | a schema namespace |
리턴 | void |
public static AssertSpecificLang ( string specificLang ) : void | ||
specificLang | string | a specific lang |
리턴 | void |
public static AssertStructName ( string structName ) : void | ||
structName | string | a struct name |
리턴 | void |