C# 클래스 FluentNHibernate.Mapping.VersionPart

상속: IVersionMappingProvider
파일 보기 프로젝트 열기: HudsonAkridge/fluent-nhibernate 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

ColumnName() 공개 메소드

public ColumnName ( string name ) : IVersion
name string
리턴 IVersion

GetColumnName() 공개 메소드

public GetColumnName ( ) : string
리턴 string

NeverGenerated() 공개 메소드

public NeverGenerated ( ) : IVersion
리턴 IVersion

SetAttribute() 공개 메소드

public SetAttribute ( string name, string value ) : void
name string
value string
리턴 void

SetAttributes() 공개 메소드

public SetAttributes ( Attributes atts ) : void
atts Attributes
리턴 void

UnsavedValue() 공개 메소드

public UnsavedValue ( string value ) : IVersion
value string
리턴 IVersion

VersionPart() 공개 메소드

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

Write() 공개 메소드

public Write ( XmlElement classElement, IMappingVisitor visitor ) : void
classElement XmlElement
visitor IMappingVisitor
리턴 void