Method | Description | |
---|---|---|
CurrentLevelPrototype ( IEnumerable |
Retrieves prototype for current content item.
|
|
Exclude ( LevelPrototype prototypeForExclude ) : Prototype | ||
Prototype ( |
Creates prototype from list content control and fieldNames.
|
Method | Description | |
---|---|---|
Prototype ( |
Creates prototype from list of prototype items.
|
public CurrentLevelPrototype ( IEnumerable |
||
fieldNames | IEnumerable |
Fields names for current content item. |
return | LevelPrototype |
public Exclude ( LevelPrototype prototypeForExclude ) : Prototype | ||
prototypeForExclude | LevelPrototype | |
return | Prototype |
public Prototype ( |
||
context | Process context. | |
listContentControl | System.Xml.Linq.XElement | List content control element. |
fieldNames | IEnumerable |
Names of fields with content. |
return | System |