Namespaces

Types in FluentNHibernate.Mapping

Type AccessStrategyBuilder

Namespace FluentNHibernate.Mapping

Access strategy mapping builder.

Methods

Public instance methods

void BackingField()

Sets the access-strategy to use the backing-field of an auto-property.

void CamelCaseField(Prefix prefix)

Sets the access-strategy to field and the naming-strategy to camelcase, with the specified prefix.
Parameters
Prefix prefix

Naming-strategy prefix

void LowerCaseField(Prefix prefix)

Sets the access-strategy to field and the naming-strategy to lowercase, with the specified prefix.
Parameters
Prefix prefix

Naming-strategy prefix

void PascalCaseField(Prefix prefix)

Sets the access-strategy to field and the naming-strategy to pascalcase, with the specified prefix.
Parameters
Prefix prefix

Naming-strategy prefix

void ReadOnlyPropertyThroughCamelCaseField(Prefix prefix)

Sets the access-strategy to read-only property (nosetter) and the naming-strategy to camelcase, with the specified prefix.
Parameters
Prefix prefix

Naming-strategy prefix

void ReadOnlyPropertyThroughLowerCaseField(Prefix prefix)

Sets the access-strategy to read-only property (nosetter) and the naming-strategy to lowercase.
Parameters
Prefix prefix

Naming-strategy prefix

void ReadOnlyPropertyThroughPascalCaseField(Prefix prefix)

Sets the access-strategy to read-only property (nosetter) and the naming-strategy to pascalcase, with the specified prefix.
Parameters
Prefix prefix

Naming-strategy prefix