Property | Type | Description | |
---|---|---|---|
graphSwitch | GRAPH_SWITCH |
Method | Description | |
---|---|---|
AddTranslation ( ClassDescriptor entry ) : void | ||
AddTranslation ( |
|
|
AddTranslations ( |
|
|
Deserialize ( Stream inputStream, System.Text.Format format ) : Object |
|
|
Deserialize ( String inputString, StringFormat format ) : Object |
|
|
Deserialize ( String inputString, |
|
|
Deserialize ( object file, System.Text.Format format, |
|
|
Deserialize ( object file, |
|
|
Deserialize ( Stream inputStream, |
|
|
DeserializeFile ( string filename, System.Text.Format format, |
|
|
DeserializeUri ( |
||
DisableGraphSerialization ( ) : void |
|
|
EnableGraphSerialization ( ) : void |
|
|
Get ( string name ) : |
|
|
Get ( string name, |
||
GetAssignableSubset ( string newName, |
||
GetClassByTag ( String tag ) : |
Gets the Type of the tag
|
|
GetClassDescriptorByClassName ( string className ) : ClassDescriptor | ||
GetClassDescriptorBySimpleName ( string classSimpleName ) : ClassDescriptor | ||
GetClassDescriptorByTag ( string tagName ) : ClassDescriptor |
|
|
GetClassDescriptorByTlvId ( int blockType ) : ClassDescriptor |
|
|
GetClassDescriptors ( ) : List |
|
|
GetSubtractedSubset ( string newName, |
||
Serialize ( object obj, StringFormat format ) : String |
|
|
Serialize ( object obj, |
||
Serialize ( object obj, object file, |
|
|
Serialize ( object obj, Stream stream, System.Text.Format format ) : void |
|
|
Serialize ( object obj, Stream stream, |
|
|
Serialize ( object obj, StringBuilder stringBuilder, StringFormat format ) : void |
|
|
Serialize ( object obj, StringBuilder stringBuilder, |
|
|
Serialize ( object obj, |
|
|
Serialize ( object obj, |
|
|
Serialize ( object obj, object file, System.Text.Format format ) : void |
|
|
SimplTypesScope ( ) : System |
|
|
SimplTypesScope ( String name ) : System |
|
|
SimplTypesScope ( String name, List |
|
|
SimplTypesScope ( String name, List |
|
|
SimplTypesScope ( String name, |
|
|
SimplTypesScope ( String name, |
|
Method | Description | |
---|---|---|
AddTranslationScope ( string name ) : void | ||
AddTranslations ( |
|
|
Lookup ( String name ) : |
|
|
UpdateMapWithEntry ( Scope |
|
|
UpdateMapWithValues ( Scope |
|
public AddTranslation ( ClassDescriptor entry ) : void | ||
entry | ClassDescriptor | |
return | void |
public AddTranslation ( |
||
thatClass | ||
return | void |
public AddTranslations ( |
||
inheritedSimplTypesScope | ||
return | void |
public Deserialize ( Stream inputStream, System.Text.Format format ) : Object | ||
inputStream | Stream | |
format | System.Text.Format | |
return | Object |
public Deserialize ( String inputString, StringFormat format ) : Object | ||
inputString | String | |
format | StringFormat | |
return | Object |
public Deserialize ( String inputString, |
||
inputString | String | |
translationContext | ||
deserializationHookStrategy | IDeserializationHookStrategy | |
format | StringFormat | |
return | Object |
public Deserialize ( object file, System.Text.Format format, |
||
file | object | |
format | System.Text.Format | |
encoding | ||
return | Task |
public Deserialize ( object file, |
||
file | object | |
translationContext | ||
deserializationHookStrategy | IDeserializationHookStrategy | |
format | System.Text.Format | |
encoding | ||
return | Task |
public Deserialize ( Stream inputStream, |
||
inputStream | Stream | |
translationContext | ||
deserializationHookStrategy | IDeserializationHookStrategy | |
format | System.Text.Format | |
return | object |
public DeserializeFile ( string filename, System.Text.Format format, |
||
filename | string | |
format | System.Text.Format | |
encoding | ||
return | Task |
public DeserializeUri ( |
||
uri | ||
format | System.Text.Format | |
context | ||
deserializationHookStrategy | IDeserializationHookStrategy | |
return | Task |
public static DisableGraphSerialization ( ) : void | ||
return | void |
public static EnableGraphSerialization ( ) : void | ||
return | void |
public static Get ( string name ) : |
||
name | string | |
return |
public static Get ( string name, |
||
name | string | |
inheritedScope | ||
return |
public GetAssignableSubset ( string newName, |
||
newName | string | |
superClassCriterion | ||
return |
public GetClassByTag ( String tag ) : |
||
tag | String | |
return |
public GetClassDescriptorByClassName ( string className ) : ClassDescriptor | ||
className | string | |
return | ClassDescriptor |
public GetClassDescriptorBySimpleName ( string classSimpleName ) : ClassDescriptor | ||
classSimpleName | string | |
return | ClassDescriptor |
public GetClassDescriptorByTag ( string tagName ) : ClassDescriptor | ||
tagName | string | |
return | ClassDescriptor |
public GetClassDescriptorByTlvId ( int blockType ) : ClassDescriptor | ||
blockType | int | |
return | ClassDescriptor |
public GetSubtractedSubset ( string newName, |
||
newName | string | |
superClassCriterion | ||
return |
public static Serialize ( object obj, StringFormat format ) : String | ||
obj | object | |
format | StringFormat | |
return | String |
public static Serialize ( object obj, |
||
obj | object | |
translationContext | ||
format | StringFormat | |
return | String |
public static Serialize ( object obj, object file, |
||
obj | object | |
file | object | |
translationContext | ||
format | System.Text.Format | |
return | System.Threading.Tasks.Task |
public static Serialize ( object obj, Stream stream, System.Text.Format format ) : void | ||
obj | object | |
stream | Stream | |
format | System.Text.Format | |
return | void |
public static Serialize ( object obj, Stream stream, |
||
obj | object | |
stream | Stream | |
translationContext | ||
format | System.Text.Format | |
return | void |
public static Serialize ( object obj, StringBuilder stringBuilder, StringFormat format ) : void | ||
obj | object | |
stringBuilder | StringBuilder | |
format | StringFormat | |
return | void |
public static Serialize ( object obj, StringBuilder stringBuilder, |
||
obj | object | |
stringBuilder | StringBuilder | |
translationContext | ||
format | StringFormat | |
return | void |
public static Serialize ( object obj, |
||
obj | object | |
textWriter | ||
format | StringFormat | |
return | void |
public static Serialize ( object obj, |
||
obj | object | |
textWriter | ||
translationContext | ||
format | StringFormat | |
return | void |
public static Serialize ( object obj, object file, System.Text.Format format ) : void | ||
obj | object | |
file | object | |
format | System.Text.Format | |
return | void |
public SimplTypesScope ( String name ) : System | ||
name | String | |
return | System |
public SimplTypesScope ( String name, List |
||
name | String | |
baseTranslationsSet | List |
|
return | System |
public SimplTypesScope ( String name, List |
||
name | String | |
inheritedTranslationsSet | List |
|
translations | ||
return | System |
public SimplTypesScope ( String name, |
||
name | String | |
inheritedSimplTypesScope | ||
return | System |
public SimplTypesScope ( String name, |
||
name | String | |
_inheritedSimplTypesScopes | ||
translations | ||
return | System |