Class ObjectPatternAttribute
This attribute indicates that a type within a relation belongs to an object pattern.
Inherited Members
Namespace: Xareus.Relations.Extra
Assembly: Xareus.Relations.Extra.dll
Syntax
[AttributeUsage(AttributeTargets.Field)]
public class ObjectPatternAttribute : Attribute
Constructors
ObjectPatternAttribute(string, string)
Declaration
public ObjectPatternAttribute(string objectPatternId, string typeId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | objectPatternId | |
| string | typeId |
Properties
ObjectPatternId
The identifier of the object pattern w/r/t/ the relation
Declaration
public string ObjectPatternId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PatternTypeId
The identifier of the type w/r/t/ the object pattern
Declaration
public string PatternTypeId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |