Namespaces

Types in FluentNHibernate.MappingModel

Type AttributeStore

Namespace FluentNHibernate.MappingModel

Methods

Properties

Public instance methods

void CopyTo(AttributeStore store)

bool Equals(AttributeStore other)

string Get(string property)

TResult Get<TResult>(string property)

void Merge(AttributeStore otherStore)

void Set<TResult>(string property, TResult value)

void SetDefault(string key, object value)

Public properties

object Item get; set;