DomainObjects Class Library

MutatorAttribute Class

This attribute indicates that a method mutates the persistence-relevant state of a persistable object. In other words, when a method with this attribute is called, the persistable object must be subsequently updated to the database upon transaction Commit.

For a list of all members of this type, see MutatorAttribute Members.

System.Object
   Attribute
      MutatorAttribute

[AttributeUsage(ValidOn=(AttributeTargets.Method|AttributeTargets.Property), AllowMultiple=False, Inherited=True)]
public class MutatorAttribute : Attribute

Requirements

Namespace: DomainObjects.Facade.Domain

Assembly: DomainObjects.Core (in DomainObjects.Core.dll)

See Also

MutatorAttribute Members | DomainObjects.Facade.Domain Namespace