Property | Type | Description | |
---|---|---|---|
ContentDefinitionXmlNamespace | string | ||
ContentTypeFileNameExtension | string | ||
XmlListSeparators | char[] |
Property | Type | Description | |
---|---|---|---|
Build | void | ||
Build | void | ||
ChangeFieldSetting | void | ||
ChangeInheritedField | void | ||
ChangeParentFieldSettingRecursive | void | ||
CheckFieldNames | void | ||
CheckFieldValidation | void | ||
CheckValidation | void | ||
Create | |||
Create | |||
Create | |||
FinalizeAllowedChildTypes | void | ||
GetFieldSettingIndexByName | int | ||
GetValidDocument | IXPathNavigable | ||
InheritField | void | ||
InheritFields | void | ||
Initialize | void | ||
IsDeletable | bool | ||
LoadAndInitialize | |||
ParseAllowedChildTypes | void | ||
ParseContentTypeElement | void | ||
ParseFieldElements | void | ||
RemoveInheritedFields | void | ||
RemoveUnusedField | void | ||
RemoveUnusedInheritedField | void | ||
Save | void | ||
SetFieldSlots | void | ||
SetFieldSlots | void | ||
SetFieldSlots | void | ||
SetParentContentType | void | ||
StringFromStream | string |
Method | Description | |
---|---|---|
ContentType ( Node parent ) : System | ||
ContentType ( Node parent, string nodeTypeName ) : System | ||
Delete ( ) : void | ||
GetByName ( string contentTypeName ) : |
Returns the
|
|
GetChildren ( |
||
GetChildren ( string text, |
||
GetChildren ( string text, |
||
GetContentTypeNames ( ) : string[] |
Returns an array of every
|
|
GetContentTypes ( ) : SenseNet.ContentRepository.Schema.ContentType[] |
Returns an array of every
|
|
GetFieldSettingByName ( string fieldName ) : FieldSetting |
Returns the
|
|
GetIndexableFields ( ) : IEnumerable |
||
GetRootTypeNames ( ) : string[] |
Returns an array of
|
|
GetRootTypes ( ) : SenseNet.ContentRepository.Schema.ContentType[] |
Returns an array of
|
|
IsInstaceOfOrDerivedFrom ( string contentTypeName ) : bool | ||
Save ( ) : void | ||
Save ( |
||
ToString ( ) : string | ||
ToXml ( ) : string |
Returns the represented ContentTypeDefinition XML
|
|
TraceContentSchema ( ) : string | ||
TracePerFieldIndexingInfo ( ) : string |
Method | Description | |
---|---|---|
ContentType ( |
Method | Description | |
---|---|---|
Build ( ) : void | ||
Build ( IXPathNavigable definitionXml ) : void | ||
ChangeFieldSetting ( FieldSetting oldSetting, |
||
ChangeInheritedField ( FieldSetting parent ) : void | ||
ChangeParentFieldSettingRecursive ( FieldSetting oldSetting, FieldSetting newSetting ) : void | ||
CheckFieldNames ( IXPathNavigable xml ) : void | ||
CheckFieldValidation ( |
||
CheckValidation ( IXPathNavigable xml, string name ) : void | ||
Create ( ISupportsDynamicFields handler, |
||
Create ( ISupportsDynamicFields handler, |
||
Create ( |
||
FinalizeAllowedChildTypes ( ContentType>.Dictionary |
||
GetFieldSettingIndexByName ( string fieldName ) : int | ||
GetValidDocument ( string xml, string name ) : IXPathNavigable | ||
InheritField ( FieldSetting parent ) : void | ||
InheritFields ( |
||
Initialize ( ) : void | ||
IsDeletable ( |
||
LoadAndInitialize ( string contentTypePath ) : |
||
ParseAllowedChildTypes ( |
||
ParseContentTypeElement ( |
||
ParseFieldElements ( |
||
RemoveInheritedFields ( ) : void | ||
RemoveUnusedField ( string name ) : void | ||
RemoveUnusedInheritedField ( string name ) : void | ||
Save ( bool withInstall ) : void | ||
SetFieldSlots ( ) : void | ||
SetFieldSlots ( FieldSetting fieldSetting, ISupportsDynamicFields handler ) : void | ||
SetFieldSlots ( |
||
SetParentContentType ( ContentType parentContentType ) : void | ||
StringFromStream ( Stream stream ) : string |
public ContentType ( Node parent, string nodeTypeName ) : System | ||
parent | Node | |
nodeTypeName | string | |
return | System |
protected ContentType ( |
||
nt | ||
return | System |
public static GetByName ( string contentTypeName ) : |
||
contentTypeName | string | Name of the requested |
return |
public GetChildren ( |
||
settings | ||
return | QueryResult |
public GetChildren ( string text, |
||
text | string | |
settings | ||
return | QueryResult |
public GetChildren ( string text, |
||
text | string | |
settings | ||
getAllChildren | bool | |
return | QueryResult |
public static GetContentTypeNames ( ) : string[] | ||
return | string[] |
public static GetContentTypes ( ) : SenseNet.ContentRepository.Schema.ContentType[] | ||
return | SenseNet.ContentRepository.Schema.ContentType[] |
public GetFieldSettingByName ( string fieldName ) : FieldSetting | ||
fieldName | string | Inherited or owned Field name. |
return | FieldSetting |
public static GetRootTypeNames ( ) : string[] | ||
return | string[] |
public static GetRootTypes ( ) : SenseNet.ContentRepository.Schema.ContentType[] | ||
return | SenseNet.ContentRepository.Schema.ContentType[] |
public IsInstaceOfOrDerivedFrom ( string contentTypeName ) : bool | ||
contentTypeName | string | |
return | bool |
public Save ( |
||
settings | ||
return | void |
public static TraceContentSchema ( ) : string | ||
return | string |
public static TracePerFieldIndexingInfo ( ) : string | ||
return | string |
public static string ContentDefinitionXmlNamespace | ||
return | string |
public static string ContentTypeFileNameExtension | ||
return | string |