Classification Class
Assembly: PTS.Modules.Classifications.dll
Syntax
public class Classification : Profile, IIdRecord, IOwnedRecord, IHasGuid
Inheritance
System.Object
Classification
Properties
Children
Declaration
public virtual ICollection<Classification> Children { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<Classification> |
|
FilterOption
Declaration
public FilterOption FilterOption { get; set; }
Property Value
HasChildren
Declaration
public bool HasChildren { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
HasParent
Declaration
public bool HasParent { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsClassifier
Declaration
public bool IsClassifier { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsExclusive
Declaration
public bool IsExclusive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Parent
Declaration
public virtual Classification Parent { get; set; }
Property Value
ParentId
Declaration
public long? ParentId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
ParentOwnerId
Declaration
public long? ParentOwnerId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
ParentSort
Declaration
public int ParentSort { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Extension Methods