EntityInversePropertyInfo
Namespace: TagBites.DB.Entity
Assembly: TagBites.DB.dll
Product: TagBites.DB v. 1.0.37
public class EntityInversePropertyInfoInheritance: object → EntityInversePropertyInfo
Constructors
Section titled “Constructors”EntityInversePropertyInfo(PropertyInfo, string, Type)
Section titled “EntityInversePropertyInfo(PropertyInfo, string, Type)”public EntityInversePropertyInfo(PropertyInfo property, string inversePropertyName, Type inversePropertyType)Parameters
Section titled “Parameters”propertyPropertyInfoinversePropertyNamestringinversePropertyTypeType
Properties
Section titled “Properties”InversePropertyName
Section titled “InversePropertyName”public string InversePropertyName { get; }Property Value
Section titled “Property Value”InversePropertyType
Section titled “InversePropertyType”public Type InversePropertyType { get; }Property Value
Section titled “Property Value”Property
Section titled “Property”public PropertyInfo Property { get; }Property Value
Section titled “Property Value”PropertyName
Section titled “PropertyName”public string PropertyName { get; }Property Value
Section titled “Property Value”TableInfo
Section titled “TableInfo”public EntityTableInfo TableInfo { get; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”ToString()
Section titled “ToString()”public virtual string ToString()