Метод | Описание | |
---|---|---|
ContentPropertyAttribute ( string name = null, string alias = null, bool mandatory = false, string description = "", int sortOrder, bool addTabAliasToPropertyAlias = true, string dataType = null ) : System |
Specifies that a property should be used as a document property on a document type. Any properties which are not set will be inferred from the property metadata and the data type metadata if possible.
|
|
Initialise ( |
Initialises the attribute properties based on the property to which the attribute is applied.
|
public ContentPropertyAttribute ( string name = null, string alias = null, bool mandatory = false, string description = "", int sortOrder, bool addTabAliasToPropertyAlias = true, string dataType = null ) : System | ||
name | string | Friendly name of the property |
alias | string | Alias of the property |
mandatory | bool | if set to |
description | string | The description. |
sortOrder | int | The sort order. |
addTabAliasToPropertyAlias | bool | if set to |
dataType | string |
/// |
Результат | System |
public Initialise ( |
||
target | The property to which the attribute is applied | |
Результат | void |