Метод | Описание | |
---|---|---|
AddDefault ( ID fieldID, string value ) : void | ||
ContainsField ( ID fieldID ) : bool | ||
DescendsFrom ( ID templateId ) : bool | ||
DescendsFrom ( Template template ) : bool | ||
DescendsFromOrEquals ( ID templateId ) : bool | ||
GetBaseTemplates ( ) : TemplateList | ||
GetDefaults ( ) : |
||
GetDescendants ( ) : IEnumerable |
||
GetField ( ID fieldID ) : TemplateField | ||
GetField ( string fieldName ) : TemplateField | ||
GetFields ( ) : TemplateField[] | ||
GetFields ( bool includeBaseFields ) : TemplateField[] | ||
GetSection ( ID sectionID ) : TemplateSection | ||
GetSection ( string sectionName ) : TemplateSection | ||
GetSections ( ) : TemplateSection[] | ||
GetTemplateChangeList ( Template target ) : TemplateChangeList | ||
TemplateWrapper ( Template template ) : System.Collections |
public AddDefault ( ID fieldID, string value ) : void | ||
fieldID | ID | |
value | string | |
Результат | void |
public ContainsField ( ID fieldID ) : bool | ||
fieldID | ID | |
Результат | bool |
public DescendsFrom ( ID templateId ) : bool | ||
templateId | ID | |
Результат | bool |
public DescendsFrom ( Template template ) : bool | ||
template | Template | |
Результат | bool |
public DescendsFromOrEquals ( ID templateId ) : bool | ||
templateId | ID | |
Результат | bool |
public GetBaseTemplates ( ) : TemplateList | ||
Результат | TemplateList |
public GetDefaults ( ) : |
||
Результат |
public GetField ( ID fieldID ) : TemplateField | ||
fieldID | ID | |
Результат | TemplateField |
public GetField ( string fieldName ) : TemplateField | ||
fieldName | string | |
Результат | TemplateField |
public GetFields ( bool includeBaseFields ) : TemplateField[] | ||
includeBaseFields | bool | |
Результат | TemplateField[] |
public GetSection ( ID sectionID ) : TemplateSection | ||
sectionID | ID | |
Результат | TemplateSection |
public GetSection ( string sectionName ) : TemplateSection | ||
sectionName | string | |
Результат | TemplateSection |
public GetSections ( ) : TemplateSection[] | ||
Результат | TemplateSection[] |
public GetTemplateChangeList ( Template target ) : TemplateChangeList | ||
target | Template | |
Результат | TemplateChangeList |
public TemplateWrapper ( Template template ) : System.Collections | ||
template | Template | |
Результат | System.Collections |