C# Class FluentNHibernate.Mapping.CachePart

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

Public Methods

Method Description
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

Private Methods

Method Description
IHasAttributes ( Attributes attrs ) : void
IHasAttributes ( string name, string value ) : void

Method Details

AsCustom() public method

public AsCustom ( string custom ) : ICache
custom string
return ICache

AsNonStrictReadWrite() public method

public AsNonStrictReadWrite ( ) : ICache
return ICache

AsReadOnly() public method

public AsReadOnly ( ) : ICache
return ICache

AsReadWrite() public method

public AsReadWrite ( ) : ICache
return ICache

Region() public method

public Region ( string name ) : ICache
name string
return ICache

SetAttribute() public method

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

SetAttributes() public method

public SetAttributes ( Attributes attrs ) : ICache
attrs Attributes
return ICache

Write() public method

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