Class ExpressMetaProperty
Inheritance
System.Object
ExpressMetaProperty
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Common.Metadata
Assembly: Xbim.Common.dll
Syntax
public class ExpressMetaProperty
Properties
| Improve this Doc View SourceEntityAttribute
Declaration
public EntityAttributeAttribute EntityAttribute { get; }
Property Value
Type | Description |
---|---|
EntityAttributeAttribute |
EnumerableType
Declaration
public Type EnumerableType { get; }
Property Value
Type | Description |
---|---|
System.Type |
InverseAttributeProperty
Declaration
public InverseProperty InverseAttributeProperty { get; }
Property Value
Type | Description |
---|---|
InverseProperty |
IsDerived
Declaration
public bool IsDerived { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsExplicit
Declaration
public bool IsExplicit { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsIndexed
Declaration
public bool IsIndexed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInverse
Declaration
public bool IsInverse { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
PropertyInfo
Declaration
public PropertyInfo PropertyInfo { get; }
Property Value
Type | Description |
---|---|
System.Reflection.PropertyInfo |