The Component type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Component(Collection) | Initializes a new instance of the Component class  | |
| Component(Component) | Initializes a new instance of the Component class  | |
| Component(PersistentClass) | Initializes a new instance of the Component class  | |
| Component(Table, PersistentClass) | Initializes a new instance of the Component class  | 
Methods
| Name | Description | |
|---|---|---|
| Accept | (Inherited from SimpleValue.) | |
| AddColumn | (Overrides SimpleValue..::..AddColumn(Column).) | |
| AddFormula | (Inherited from SimpleValue.) | |
| AddProperty | ||
| AddTuplizer | ||
| CreateForeignKey | (Inherited from SimpleValue.) | |
| CreateForeignKeyOfEntity | (Inherited from SimpleValue.) | |
| CreateIdentifierGenerator | (Inherited from SimpleValue.) | |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type.   (Inherited from Object.) | |
| GetMetaAttribute | ||
| GetProperty | ||
| GetTuplizerImplClassName | ||
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| IsIdentityColumn | (Inherited from SimpleValue.) | |
| IsValid | (Inherited from SimpleValue.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| SetTypeUsingReflection | (Overrides SimpleValue..::..SetTypeUsingReflection(String, String, String).) | |
| ToString | (Overrides SimpleValue..::..ToString()()()().) | 
Extension Methods
| Name | Description | |
|---|---|---|
| As<(Of <<'(T>)>>) | (Defined by TypeHelperExtensionMethods.) | |
| IsBetween | 
            Apply a "between" constraint to the named property
            Note: throws an exception outside of a QueryOver expression
              (Defined by RestrictionExtensions.) | |
| IsIn(array<Object>[]()[][]) | Overloaded.   
            Apply an "in" constraint to the named property 
            Note: throws an exception outside of a QueryOver expression
              (Defined by RestrictionExtensions.) | |
| IsIn(ICollection) | Overloaded.   
            Apply an "in" constraint to the named property 
            Note: throws an exception outside of a QueryOver expression
              (Defined by RestrictionExtensions.) | |
| IsProxy | (Defined by NHibernateProxyHelper.) | |
| ToTypeParameters | (Defined by ReflectHelper.) |