Bexel Manager API Documentation
|
This is the complete list of members for Bexel.Api.IPropertyCollection, including all inherited members.
Add(string propertyName, string propertyGroupName, object value, PropertyDefinitionUnitType? unitType=PropertyDefinitionUnitType.Numeric) | Bexel.Api.IPropertyCollection | |
Add(string propertyName, string propertyGroupName, bool value=false) | Bexel.Api.IPropertyCollection | |
Add(string propertyName, string propertyGroupName, Color? value=null) | Bexel.Api.IPropertyCollection | |
Add(string propertyName, string propertyGroupName, DateTime? value=null) | Bexel.Api.IPropertyCollection | |
Add(string propertyName, string propertyGroupName, double value=0.0, PropertyDefinitionUnitType unitType=PropertyDefinitionUnitType.Numeric) | Bexel.Api.IPropertyCollection | |
Add(string propertyName, string propertyGroupName, string value=null) | Bexel.Api.IPropertyCollection | |
Add(string propertyName, string propertyGroupName, TimeSpan? value=null) | Bexel.Api.IPropertyCollection | |
AddPropertyExpression(string propertyName, string propertyGroupName, string expression, PropertyDefinitionUnitType unitType=PropertyDefinitionUnitType.Numeric) | Bexel.Api.IPropertyCollection | |
ContainsKey(PropertyDefinition definition) | Bexel.Api.IReadOnlyPropertyCollection | |
ContainsKey(PropertyDefinitionID definitionID) | Bexel.Api.IReadOnlyPropertyCollection | |
ContainsKey(int internalDefinitionID) | Bexel.Api.IReadOnlyPropertyCollection | |
GetPropertyByDefinition(PropertyDefinition definition) | Bexel.Api.IReadOnlyPropertyCollection | |
GetPropertyByDefinitionID(PropertyDefinitionID definitionID) | Bexel.Api.IReadOnlyPropertyCollection | |
GetPropertyByDefinitionID(int internalDefinitionID) | Bexel.Api.IReadOnlyPropertyCollection | |
GetPropertyByName(string name) | Bexel.Api.IReadOnlyPropertyCollection | |
Remove(Property property) | Bexel.Api.IPropertyCollection | |
Remove(string propertyName) | Bexel.Api.IPropertyCollection | |
RemoveRange(IEnumerable< Property > properties) | Bexel.Api.IPropertyCollection | |
RemoveRange(IEnumerable< string > propertyNames) | Bexel.Api.IPropertyCollection | |
this[int internalDefinitionID] | Bexel.Api.IReadOnlyPropertyCollection | |
this[PropertyDefinition definition] | Bexel.Api.IReadOnlyPropertyCollection | |
this[PropertyDefinitionID definitionID] | Bexel.Api.IReadOnlyPropertyCollection | |
Update(Property property, object value) | Bexel.Api.IPropertyCollection | |
Update(string propertyName, object value) | Bexel.Api.IPropertyCollection | |
UpdatePropertyExpression(Property property, string expression) | Bexel.Api.IPropertyCollection | |
UpdatePropertyExpression(string propertyName, string expression) | Bexel.Api.IPropertyCollection |