Method | Description | |
---|---|---|
AddAttribute ( int attributeDefinitionId, int locationId, string attributeValue ) : void | ||
GetAttributes ( int locationTypeId, int locationId ) : List |
||
UpdateAttribute ( int locationAttributeId, int locationId, string attributeValue ) : void |
public static AddAttribute ( int attributeDefinitionId, int locationId, string attributeValue ) : void | ||
attributeDefinitionId | int | |
locationId | int | |
attributeValue | string | |
return | void |
public static GetAttributes ( int locationTypeId, int locationId ) : List |
||
locationTypeId | int | |
locationId | int | |
return | List |
public static UpdateAttribute ( int locationAttributeId, int locationId, string attributeValue ) : void | ||
locationAttributeId | int | |
locationId | int | |
attributeValue | string | |
return | void |