interface SCC_COMMON:ENTITY:PROPERTY:PropertySyncInterface
Implementing Classes: SCC_COMMON:ENTITY:PROPERTY:PropertySyncBase
Summary
Property Summary:
|
public string |
appclass: The application class for the specified entity, populated pre-sync. |
|
public string |
entityID: The entity ID for the specified entity, populated pre-sync. |
|
public string |
EntityType: The entity type ID for the specified entity, populated pre-sync. |
|
public MessageLogBase |
Log: All property changes should be written to the log, which is then displayed to the user when the sync is done using All Property Sync. |
|
public string |
ProdRecord: The production record as specified on the entity, populated pre-sync. |
|
public rowset |
rs: The rowset of current entity properties based on record SCC_ENT_PROPS, populated pre-sync. |
|
public string |
StageRecord: The staging record as specified on the entity, populated pre-sync. |
Method Summary:
|
public string |
LogAsString(): Returns the Log as a string. |
|
public void |
save(): The method called to save the updated properties, this is called from the all property sync process, for the entity registry component this is not used. |
|
public void |
updateProperties(): The method called to update the properties in the rowset, based on the records. |
Details
Property Details:
|
appclass |
public string |
|
entityID |
public string |
|
EntityType |
public string |
|
Log |
public MessageLogBase |
|
ProdRecord |
public string |
|
rs |
public Rowset |
|
StageRecord |
public string |
Method Details:
|
LogAsString |
Return: string |
|
save |
N/A |
|
updateProperties |
N/A |