Search Results for

    Show / Hide Table of Contents

    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 Source

    EntityAttributeAttribute(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 Source

    EntityType

    Declaration
    public EntityAttributeType EntityType { get; }
    Property Value
    Type Description
    EntityAttributeType
    | Improve this Doc View Source

    GlobalOrder

    Declaration
    public int GlobalOrder { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    IsClass

    Declaration
    public bool IsClass { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsDerived

    Declaration
    public bool IsDerived { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsDerivedOverride

    Declaration
    public bool IsDerivedOverride { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsEnumerable

    Declaration
    public bool IsEnumerable { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsList

    Declaration
    public bool IsList { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsMandatory

    Declaration
    public bool IsMandatory { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsMemberClass

    Declaration
    public bool IsMemberClass { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsMemberValueType

    Declaration
    public bool IsMemberValueType { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsOptional

    Declaration
    public bool IsOptional { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsSet

    Declaration
    public bool IsSet { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsValueType

    Declaration
    public bool IsValueType { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ListType

    Declaration
    public string ListType { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    MaxCardinality

    Maximal cardinality is an array to represent constraints for nested lists

    Declaration
    public int[] MaxCardinality { get; }
    Property Value
    Type Description
    System.Int32[]
    | Improve this Doc View Source

    MemberType

    Declaration
    public EntityAttributeType MemberType { get; }
    Property Value
    Type Description
    EntityAttributeType
    | Improve this Doc View Source

    MinCardinality

    Minimal cardinality is an array to represent constraints for nested lists

    Declaration
    public int[] MinCardinality { get; }
    Property Value
    Type Description
    System.Int32[]
    | Improve this Doc View Source

    Order

    Declaration
    public int Order { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    State

    Declaration
    public EntityAttributeState State { get; }
    Property Value
    Type Description
    EntityAttributeState

    Implements

    System.Runtime.InteropServices._Attribute
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim