Bexel Manager API Documentation
|
This is the complete list of members for Bexel.Api.FamilyProperties, 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(int internalDefinitionID) | Bexel.Api.FamilyProperties | virtual |
Bexel::Api::PropertyCollection.ContainsKey(PropertyDefinition definition) | Bexel.Api.ReadOnlyPropertyCollection | |
Bexel::Api::PropertyCollection.ContainsKey(PropertyDefinitionID definitionID) | Bexel.Api.ReadOnlyPropertyCollection | |
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.FamilyProperties | virtual |
Bexel::Api::PropertyCollection.GetPropertyByDefinitionID(PropertyDefinitionID definitionID) | Bexel.Api.ReadOnlyPropertyCollection | |
GetPropertyByName(string name) | Bexel.Api.ReadOnlyPropertyCollection | |
IsPropertyReadOnly(string propertyName) (defined in Bexel.Api.FamilyProperties) | Bexel.Api.FamilyProperties | protectedvirtual |
Project (defined in Bexel.Api.FamilyProperties) | Bexel.Api.FamilyProperties | protected |
PropertyCollectionRef (defined in Bexel.Api.PropertyCollection) | Bexel.Api.PropertyCollection | protected |
PropertySet (defined in Bexel.Api.FamilyProperties) | Bexel.Api.FamilyProperties | protected |
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 | |
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 |