YaCustomPropertyAPI¶
Creates
CustomPropertyAccessor
instances for custom property management.Functions¶
CustomPropertyAccessor YaCustomPropertyAPI.GetCustomPropertyAccessor(YaEntity entity)¶
Returnsthe CustomPropertyAccessor for the entity.
Gets a CustomPropertyAccessor
for the entity.
entity
The entity to createCustomPropertyAccessor with
boolean YaCustomPropertyAPI.HasCustomPropertyAccessor(YaEntity entity)¶
Returnstrue if the entity has CustomPropertyAccessor
Checks whether the entity has CustomPropertyAccessor
.
entity
The entity to check
CustomPropertyAccessor YaCustomPropertyAPI.AddCustomPropertyAccessor(YaEntity entity)¶
Returnsthe added CustomPropertyAccessor for the entity
Add CustomPropertyAccessor
to the entity.
entity
The entity to check