Method | Description | |
---|---|---|
CreateInstance ( Node parent ) : Node | ||
CreateInstance ( string nodeTypeName, Node parent ) : Node | ||
GetAllTypes ( ) : TypeCollection |
||
GetById ( int nodeTypeId ) : |
||
GetByName ( string nodeTypeName ) : |
||
GetChildren ( ) : TypeCollection |
||
IsInstaceOfOrDerivedFrom ( |
||
IsInstaceOfOrDerivedFrom ( string nodeTypeName ) : bool |
Method | Description | |
---|---|---|
AddPropertyType ( |
||
CreateInstance ( NodeToken token ) : Node | ||
GetAllTypes ( TypeCollection |
||
InheritPropertyType ( |
||
MoveTo ( |
||
NodeType ( int id, string name, ISchemaRoot schemaRoot, string className, |
||
RemoveInheritedPropertyTypes ( |
||
RemovePropertyType ( |
||
UpdateNodeTypePath ( ) : void |
public static CreateInstance ( string nodeTypeName, Node parent ) : Node | ||
nodeTypeName | string | |
parent | Node | |
return | Node |
public static GetById ( int nodeTypeId ) : |
||
nodeTypeId | int | |
return |
public static GetByName ( string nodeTypeName ) : |
||
nodeTypeName | string | |
return |
public IsInstaceOfOrDerivedFrom ( |
||
nodeType | ||
return | bool |
public IsInstaceOfOrDerivedFrom ( string nodeTypeName ) : bool | ||
nodeTypeName | string | |
return | bool |