Class EntityAttributeAttribute
Inheritance
System.Object
System.Attribute
EntityAttributeAttribute
Implements
System.Runtime.InteropServices._Attribute
Inherited Members
System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type)
System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo)
System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Boolean)
System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type)
System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type, System.Boolean)
System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type)
System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo)
System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type)
System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Boolean)
System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type)
System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type, System.Boolean)
System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type)
System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type)
System.Attribute.GetCustomAttributes(System.Reflection.Module)
System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type, System.Boolean)
System.Attribute.IsDefined(System.Reflection.Module, System.Type)
System.Attribute.IsDefined(System.Reflection.Module, System.Type, System.Boolean)
System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type)
System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type)
System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.Assembly)
System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Boolean)
System.Attribute.IsDefined(System.Reflection.Assembly, System.Type)
System.Attribute.IsDefined(System.Reflection.Assembly, System.Type, System.Boolean)
System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type)
System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type, System.Boolean)
System.Attribute.Equals(System.Object)
System.Attribute.GetHashCode()
System.Attribute.Match(System.Object)
System.Attribute.IsDefaultAttribute()
System.Attribute.System.Runtime.InteropServices._Attribute.GetTypeInfoCount(System.UInt32)
System.Attribute.System.Runtime.InteropServices._Attribute.GetTypeInfo(System.UInt32, System.UInt32, System.IntPtr)
System.Attribute.System.Runtime.InteropServices._Attribute.GetIDsOfNames(System.Guid, System.IntPtr, System.UInt32, System.UInt32, System.IntPtr)
System.Attribute.System.Runtime.InteropServices._Attribute.Invoke(System.UInt32, System.Guid, System.UInt32, System.Int16, System.IntPtr, System.IntPtr, System.IntPtr, System.IntPtr)
System.Attribute.TypeId
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Common
Assembly: Xbim.Common.dll
Syntax
[AttributeUsage(AttributeTargets.Property)]
public sealed class EntityAttributeAttribute : Attribute, _Attribute
Constructors
| Improve this Doc View SourceEntityAttributeAttribute(Int32, EntityAttributeState, EntityAttributeType, EntityAttributeType, Int32[], Int32[], Int32)
Declaration
public EntityAttributeAttribute(int order, EntityAttributeState state, EntityAttributeType entityType, EntityAttributeType memberType, int[] minCardinality, int[] maxCardinality, int globalOrder)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | order | |
EntityAttributeState | state | |
EntityAttributeType | entityType | |
EntityAttributeType | memberType | |
System.Int32[] | minCardinality | |
System.Int32[] | maxCardinality | |
System.Int32 | globalOrder |
Properties
| Improve this Doc View SourceEntityType
Declaration
public EntityAttributeType EntityType { get; }
Property Value
Type | Description |
---|---|
EntityAttributeType |
GlobalOrder
Declaration
public int GlobalOrder { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsClass
Declaration
public bool IsClass { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsDerived
Declaration
public bool IsDerived { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsDerivedOverride
Declaration
public bool IsDerivedOverride { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsEnumerable
Declaration
public bool IsEnumerable { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsList
Declaration
public bool IsList { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsMandatory
Declaration
public bool IsMandatory { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsMemberClass
Declaration
public bool IsMemberClass { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsMemberValueType
Declaration
public bool IsMemberValueType { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOptional
Declaration
public bool IsOptional { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSet
Declaration
public bool IsSet { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsValueType
Declaration
public bool IsValueType { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
ListType
Declaration
public string ListType { get; }
Property Value
Type | Description |
---|---|
System.String |
MaxCardinality
Maximal cardinality is an array to represent constraints for nested lists
Declaration
public int[] MaxCardinality { get; }
Property Value
Type | Description |
---|---|
System.Int32[] |
MemberType
Declaration
public EntityAttributeType MemberType { get; }
Property Value
Type | Description |
---|---|
EntityAttributeType |
MinCardinality
Minimal cardinality is an array to represent constraints for nested lists
Declaration
public int[] MinCardinality { get; }
Property Value
Type | Description |
---|---|
System.Int32[] |
Order
Declaration
public int Order { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
State
Declaration
public EntityAttributeState State { get; }
Property Value
Type | Description |
---|---|
EntityAttributeState |
Implements
System.Runtime.InteropServices._Attribute