DynamicMetadata
Function Description
Complete information entity of Document.
Parameter
| Parameter | Type | Remarks |
|---|---|---|
| Id | string | dataId |
| CreateBy | string | Specified data source |
| ModifyBy | string | Modifier information |
| CreateDate | DateTime | Creation time |
| ModifyDate | DateTime | Update time |
| Properties | Dictionary<string, object> |
Origianl data of document |
Method
- HasProperty
Description
Determine if there is an attribute in document.
Parameter
| Parameter | Type | Remarks |
|---|---|---|
| propertyName | string | Property Name |
Return Value
bool
- SafeGet
Description
Obtain field of document.
Parameter
| Parameter | Type | Remarks |
|---|---|---|
| T | General | Return value type |
| propertyName | string | Property name |
Return Value
T
- SafeSet
Description
Set field of document.
Parameter
| Parameter | Type | Remarks |
|---|---|---|
| T | General | Property type |
| propertyName | string | Property name |
- SetPropertys
- SetProperties
- GetProperty
- RemoveProperty