Method | Description | |
---|---|---|
CreateProperty ( IContentTypeBase newContentType, |
Creates a new property on the ContentType under the correct tab
|
|
Initialise ( IEnumerable |
||
PropertyModule ( IDataTypeModule dataTypeModule, IDataTypeService dataTypeService ) : System | ||
VerifyExistingProperty ( IContentTypeBase contentType, |
Checks whether a property exists and adds if if it does not. The data type, alias, description and mandatory flag are update for existing properties, but not persisted. Callers should persist the value.
|
Method | Description | |
---|---|---|
IsInheritedProperty ( |
||
LogPropertySyncInfo ( IContentTypeBase contentType, |
public CreateProperty ( IContentTypeBase newContentType, |
||
newContentType | IContentTypeBase | |
tab | ||
item | ||
documentClrType | ||
return |
public Initialise ( IEnumerable |
||
classes | IEnumerable |
|
return | void |
public PropertyModule ( IDataTypeModule dataTypeModule, IDataTypeService dataTypeService ) : System | ||
dataTypeModule | IDataTypeModule | |
dataTypeService | IDataTypeService | |
return | System |
public VerifyExistingProperty ( IContentTypeBase contentType, |
||
contentType | IContentTypeBase | |
tab | ||
item | ||
documentClrType | ||
modified | bool | |
return |