Method | Description | |
---|---|---|
CompareByPriority ( string x, string y ) : int |
Sorts Content Field names by their ElementPriorityAttribute (if set)
|
|
FOURCC ( ulong i ) : string |
Convert a UInt64 to a string (up to 8 characters, high-order zeros omitted)
|
|
FOURCC ( string s ) : ulong |
Convert a string (up to 8 characters) to a UInt64
|
|
FlagNames ( Type t ) : string |
Return a space-separated string containing valid enumeration names for the given type
|
|
GetContentFieldTypes ( Type t ) : Type>.Dictionary |
Gets a lookup table from fieldname to type.
|
|
GetContentFields ( Type t ) : List |
Versioning is not currently implemented Return the list of fields for a given API Class
|
|
GetTgiBlocks ( AApiVersionedFields o, string f ) : DependentList |
Get the TGIBlock list for a Content Field.
|
|
GetTgiBlocks ( string f ) : DependentList |
Get the TGIBlock list for a Content Field.
|
|
Invoke ( string method ) : TypedValue | ||
ToString ( ) : string |
Returns a string that represents the current AApiVersionedFields object.
|
|
this ( string index ) : TypedValue |
A typed value on this object
|
Method | Description | |
---|---|---|
getMethods ( Int32 APIversion, Type t ) : List |
Method | Description | |
---|---|---|
AApiVersionedFields ( ) : System |
public CompareByPriority ( string x, string y ) : int | ||
x | string | First content field name |
y | string | Second content field name |
return | int |
public static FOURCC ( ulong i ) : string | ||
i | ulong | Bytes to convert |
return | string |
public static FOURCC ( string s ) : ulong | ||
s | string | String to convert |
return | ulong |
public static FlagNames ( Type t ) : string | ||
t | Type | Enum type |
return | string |
public static GetContentFieldTypes ( Type t ) : Type>.Dictionary |
||
t | Type | API data type to query |
return | Type>.Dictionary |
public static GetContentFields ( Type t ) : List |
||
t | Type | The class type for which to get the fields |
return | List |
public static GetTgiBlocks ( AApiVersionedFields o, string f ) : DependentList |
||
o | AApiVersionedFields | The object to query. |
f | string | The property name under inspection. |
return | DependentList |
public GetTgiBlocks ( string f ) : DependentList |
||
f | string | The property name under inspection. |
return | DependentList |
protected static getMethods ( Int32 APIversion, Type t ) : List |
||
APIversion | Int32 | |
t | Type | |
return | List |
public this ( string index ) : TypedValue | ||
index | string | The name of the field (i.e. one of the values from ContentFields) |
return | TypedValue |