Class XUTypeSearch
The Unity equivalent of TypeSearch to specify a type and its occurrences constraints
Assembly: Xareus.Relations.Unity.dll
Syntax
public class XUTypeSearch
Constructors
XUTypeSearch()
Declaration
Properties
MaxOccurs
The maximum number of occurrences of the type
Declaration
public int MaxOccurs { get; set; }
Property Value
MinOccurs
The minimum number of occurrences of the type
Declaration
public int MinOccurs { get; set; }
Property Value
Type
Declaration
public XUType Type { get; set; }
Property Value
Methods
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
ToTypeSearch(XUTypeSearch)
Get the Type Search equivalent (with the core Xareus type instead of the XUType)
Declaration
public static TypeSearch ToTypeSearch(XUTypeSearch typeSearch)
Parameters
Returns