C# 클래스 FluentNHibernate.Mapping.CachePart

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

공개 메소드들

메소드 설명
AsCustom ( string custom ) : ICache
AsNonStrictReadWrite ( ) : ICache
AsReadOnly ( ) : ICache
AsReadWrite ( ) : ICache
Region ( string name ) : ICache
SetAttribute ( string name, string value ) : ICache
SetAttributes ( Attributes attrs ) : ICache
Write ( XmlElement classElement, IMappingVisitor visitor ) : void

비공개 메소드들

메소드 설명
IHasAttributes ( Attributes attrs ) : void
IHasAttributes ( string name, string value ) : void

메소드 상세

AsCustom() 공개 메소드

public AsCustom ( string custom ) : ICache
custom string
리턴 ICache

AsNonStrictReadWrite() 공개 메소드

public AsNonStrictReadWrite ( ) : ICache
리턴 ICache

AsReadOnly() 공개 메소드

public AsReadOnly ( ) : ICache
리턴 ICache

AsReadWrite() 공개 메소드

public AsReadWrite ( ) : ICache
리턴 ICache

Region() 공개 메소드

public Region ( string name ) : ICache
name string
리턴 ICache

SetAttribute() 공개 메소드

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

SetAttributes() 공개 메소드

public SetAttributes ( Attributes attrs ) : ICache
attrs Attributes
리턴 ICache

Write() 공개 메소드

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