The Backref type exposes the following members.

Constructors

  NameDescription
Public methodBackref
Initializes a new instance of the Backref class

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAccessorPropertyName (Inherited from Property.)
Public methodGetGetter (Inherited from Property.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetMetaAttribute (Inherited from Property.)
Public methodGetSetter (Inherited from Property.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsValid (Inherited from Property.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Extension Methods

  NameDescription
Public Extension MethodAs<(Of <<'(T>)>>) (Defined by TypeHelperExtensionMethods.)
Public Extension MethodIsBetween
Apply a "between" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsIn(array<Object>[]()[][])Overloaded.
Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsIn(ICollection)Overloaded.
Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsProxy (Defined by NHibernateProxyHelper.)
Public Extension MethodLogMapped (Defined by MappingLogExtensions.)
Public Extension MethodToTypeParameters (Defined by ReflectHelper.)

Properties

  NameDescription
Public propertyBackRef (Overrides Property..::..BackRef.)
Public propertyCascade (Inherited from Property.)
Public propertyCascadeStyle (Inherited from Property.)
Public propertyCollectionRole
Public propertyColumnIterator
Gets an ICollection of Columns.
(Inherited from Property.)
Public propertyColumnSpan
Gets the number of columns this property uses in the db.
(Inherited from Property.)
Public propertyEntityName
Public propertyGeneration (Inherited from Property.)
Public propertyIsBasicPropertyAccessor (Overrides Property..::..IsBasicPropertyAccessor.)
Public propertyIsComposite (Inherited from Property.)
Public propertyIsEntityRelation (Inherited from Property.)
Public propertyIsInsertable (Inherited from Property.)
Public propertyIsLazy (Inherited from Property.)
Public propertyIsNaturalIdentifier (Inherited from Property.)
Public propertyIsNullable
(Inherited from Property.)
Public propertyIsOptimisticLocked (Inherited from Property.)
Public propertyIsOptional (Inherited from Property.)
Public propertyIsSelectable (Inherited from Property.)
Public propertyIsUpdateable (Inherited from Property.)
Public propertyMetaAttributes (Inherited from Property.)
Public propertyName
Gets or Sets the name of the Property in the class.
(Inherited from Property.)
Public propertyNodeName (Inherited from Property.)
Public propertyNullValue (Inherited from Property.)
Public propertyPersistentClass (Inherited from Property.)
Protected propertyPropertyAccessor (Overrides Property..::..PropertyAccessor.)
Public propertyPropertyAccessorName (Inherited from Property.)
Public propertyType (Inherited from Property.)
Public propertyUnwrapProxy (Inherited from Property.)
Public propertyValue (Inherited from Property.)

See Also