Property | Type | Description | |
---|---|---|---|
XML_ELEMENTNAME_REGEX | string |
Method | Description | |
---|---|---|
GetXml ( ) : Stream | ||
GetXml ( bool withChildren, SerializationOptions options = null ) : Stream | ||
GetXml ( string queryFilter, |
||
GetXml ( string referenceMemberName, SerializationOptions options = null ) : Stream |
Method | Description | |
---|---|---|
WriteActions ( |
||
WriteHead ( |
||
WriteHead ( |
||
WriteXml ( IEnumerable |
||
WriteXml ( IEnumerable |
||
WriteXml ( |
||
WriteXml ( |
||
WriteXml ( |
Method | Description | |
---|---|---|
GetXml ( bool withChildren, string queryFilter, |
||
GetXml ( object ActionLinkResolver ) : Stream | ||
GetXml ( object ActionLinkResolver, bool withChildren ) : Stream | ||
GetXml ( object ActionLinkResolver, string referenceMemberName ) : Stream |
public GetXml ( bool withChildren, SerializationOptions options = null ) : Stream | ||
withChildren | bool | |
options | SerializationOptions | |
return | Stream |
public GetXml ( string queryFilter, |
||
queryFilter | string | |
querySettings | ||
options | SerializationOptions | |
return | Stream |
public GetXml ( string referenceMemberName, SerializationOptions options = null ) : Stream | ||
referenceMemberName | string | |
options | SerializationOptions | |
return | Stream |
protected WriteActions ( |
||
writer | ||
path | string | |
actions | IEnumerable |
|
return | void |
protected WriteHead ( |
||
writer | ||
contentTypeName | string | |
contentName | string | |
iconName | string | |
path | string | |
isFolder | bool | |
return | void |
protected WriteHead ( |
||
writer | ||
contentTypeName | string | |
contentTypeTitle | string | |
contentName | string | |
iconName | string | |
path | string | |
isFolder | bool | |
return | void |
protected WriteXml ( IEnumerable |
||
childNodes | IEnumerable |
|
writer | ||
options | SerializationOptions | |
return | void |
protected WriteXml ( IEnumerable |
||
childNodes | IEnumerable |
|
writer | ||
options | SerializationOptions | |
return | void |
protected abstract WriteXml ( |
||
writer | ||
withChildren | bool | |
options | SerializationOptions | |
return | void |
protected abstract WriteXml ( |
||
writer | ||
queryFilter | string | |
querySettings | ||
options | SerializationOptions | |
return | void |
protected abstract WriteXml ( |
||
writer | ||
referenceMemberName | string | |
options | SerializationOptions | |
return | void |