Bexel Manager API Documentation
All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Bexel.Api.PropertyCollection Member List

This is the complete list of members for Bexel.Api.PropertyCollection, including all inherited members.

Add(string propertyName, string propertyGroupName, object value, PropertyDefinitionUnitType? unitType=PropertyDefinitionUnitType.Numeric)Bexel.Api.PropertyCollection
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.ReadOnlyPropertyCollectionpure virtual
Count (defined in Bexel.Api.ReadOnlyPropertyCollection)Bexel.Api.ReadOnlyPropertyCollection
GetEnumerator() (defined in Bexel.Api.ReadOnlyPropertyCollection)Bexel.Api.ReadOnlyPropertyCollection
GetPropertyByDefinition(PropertyDefinition definition)Bexel.Api.ReadOnlyPropertyCollection
GetPropertyByDefinitionID(int internalDefinitionID)Bexel.Api.ReadOnlyPropertyCollectionpure virtual
GetPropertyByDefinitionID(PropertyDefinitionID definitionID)Bexel.Api.ReadOnlyPropertyCollection
GetPropertyByName(string name)Bexel.Api.ReadOnlyPropertyCollection
IsPropertyReadOnly(string propertyName) (defined in Bexel.Api.PropertyCollection)Bexel.Api.PropertyCollectionprotectedpure virtual
Project (defined in Bexel.Api.ReadOnlyPropertyCollection)Bexel.Api.ReadOnlyPropertyCollectionprotected
PropertyCollectionRef (defined in Bexel.Api.PropertyCollection)Bexel.Api.PropertyCollectionprotected
PropertySet (defined in Bexel.Api.PropertyCollection)Bexel.Api.PropertyCollectionprotected
Remove(Property property)Bexel.Api.PropertyCollection
Remove(string propertyName)Bexel.Api.PropertyCollectionvirtual
RemoveRange(IEnumerable< Property > properties)Bexel.Api.PropertyCollection
RemoveRange(IEnumerable< string > propertyNames)Bexel.Api.PropertyCollection
this[int internalDefinitionID] (defined in Bexel.Api.ReadOnlyPropertyCollection)Bexel.Api.ReadOnlyPropertyCollection
this[PropertyDefinition definition] (defined in Bexel.Api.ReadOnlyPropertyCollection)Bexel.Api.ReadOnlyPropertyCollection
this[PropertyDefinitionID definitionID] (defined in Bexel.Api.ReadOnlyPropertyCollection)Bexel.Api.ReadOnlyPropertyCollection
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