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