Свойство | Type | Description | |
---|---|---|---|
CellKnowledgeGuid | System.Guid | ||
ContentTagKnowledgeGuid | System.Guid | ||
FragmentKnowledgeGuid | System.Guid | ||
KnowledgeEnumGuidMapping | Guid>.Dictionary | ||
KnowledgeTypeGuidMapping | Type>.Dictionary | ||
WaterlineKnowledgeGuid | System.Guid |
Méthode | Description | |
---|---|---|
SpecializedKnowledge ( ) : System |
Initializes a new instance of the SpecializedKnowledge class.
|
Méthode | Description | |
---|---|---|
DeserializeItemsFromByteArray ( byte byteArray, int ¤tIndex, int lengthOfItems ) : void |
This method is used to deserialize the items of the specialized knowledge from the byte array.
|
|
SerializeItemsToByteList ( List |
This method is used to serialize the items of the specialized knowledge to the byte list.
|
protected DeserializeItemsFromByteArray ( byte byteArray, int ¤tIndex, int lengthOfItems ) : void | ||
byteArray | byte | Specify the byte array. |
currentIndex | int | Specify the start index from the byte array. |
lengthOfItems | int | Specify the current length of items in the specialized knowledge. |
Résultat | void |
protected SerializeItemsToByteList ( List |
||
byteList | List |
Specify the byte list which stores the information of the specialized knowledge. |
Résultat | int |
public static Guid,System CellKnowledgeGuid | ||
Résultat | System.Guid |
public static Guid,System ContentTagKnowledgeGuid | ||
Résultat | System.Guid |
public static Guid,System FragmentKnowledgeGuid | ||
Résultat | System.Guid |
public static Dictionary |
||
Résultat | Guid>.Dictionary |
public static Dictionary |
||
Résultat | Type>.Dictionary |