Mindscape LightSpeed - User Reference & API Documentation
ValueObjectAttribute Class
API ReferenceMindscape.LightSpeedValueObjectAttribute
Marks a field as Value Object. A value object is immutable, has no identity and is mapped as part of it's owning Entity . Example Value Objects are Money or Address.
Declaration Syntax
C#Visual Basic
[AttributeUsageAttribute(AttributeTargets.Field, AllowMultiple = false, Inherited = false)]
public sealed class ValueObjectAttribute : Attribute
<AttributeUsageAttribute(AttributeTargets.Field, AllowMultiple := False, Inherited := False)> _
Public NotInheritable Class ValueObjectAttribute _
	Inherits Attribute
Members
All MembersConstructors



IconMemberDescription
ValueObjectAttribute()()()
Inheritance Hierarchy
Object
Attribute
 ValueObjectAttribute

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)