C# Class FluentNHibernate.Mapping.VersionPart

Inheritance: IVersionMappingProvider
Mostrar archivo Open project: HudsonAkridge/fluent-nhibernate Class Usage Examples

Public Methods

Method Description
ColumnName ( string name ) : IVersion
GetColumnName ( ) : string
NeverGenerated ( ) : IVersion
SetAttribute ( string name, string value ) : void
SetAttributes ( Attributes atts ) : void
UnsavedValue ( string value ) : IVersion
VersionPart ( Type entity, PropertyInfo property ) : System
Write ( XmlElement classElement, IMappingVisitor visitor ) : void

Method Details

ColumnName() public method

public ColumnName ( string name ) : IVersion
name string
return IVersion

GetColumnName() public method

public GetColumnName ( ) : string
return string

NeverGenerated() public method

public NeverGenerated ( ) : IVersion
return IVersion

SetAttribute() public method

public SetAttribute ( string name, string value ) : void
name string
value string
return void

SetAttributes() public method

public SetAttributes ( Attributes atts ) : void
atts Attributes
return void

UnsavedValue() public method

public UnsavedValue ( string value ) : IVersion
value string
return IVersion

VersionPart() public method

public VersionPart ( Type entity, PropertyInfo property ) : System
entity System.Type
property System.Reflection.PropertyInfo
return System

Write() public method

public Write ( XmlElement classElement, IMappingVisitor visitor ) : void
classElement XmlElement
visitor IMappingVisitor
return void