프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CellKnowledgeGuid | System.Guid | ||
ContentTagKnowledgeGuid | System.Guid | ||
FragmentKnowledgeGuid | System.Guid | ||
KnowledgeEnumGuidMapping | Guid>.Dictionary | ||
KnowledgeTypeGuidMapping | Type>.Dictionary | ||
WaterlineKnowledgeGuid | System.Guid |
메소드 | 설명 | |
---|---|---|
SpecializedKnowledge ( ) : System |
Initializes a new instance of the SpecializedKnowledge class.
|
메소드 | 설명 | |
---|---|---|
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. |
리턴 | void |
protected SerializeItemsToByteList ( List |
||
byteList | List |
Specify the byte list which stores the information of the specialized knowledge. |
리턴 | int |
public static Guid,System ContentTagKnowledgeGuid | ||
리턴 | System.Guid |
public static Guid,System FragmentKnowledgeGuid | ||
리턴 | System.Guid |
public static Dictionary |
||
리턴 | Guid>.Dictionary |
public static Dictionary |
||
리턴 | Type>.Dictionary |