ProfileClassification Class
Assembly: PTS.Modules.ProfileClassificationAggregate.dll
Syntax
public class ProfileClassification
Inheritance
System.Object
ProfileClassification
Properties
ClassicationId
Declaration
public long ClassicationId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Classification
Declaration
public virtual Classification Classification { get; set; }
Property Value
ClassificationOwnerId
Declaration
public long ClassificationOwnerId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
DateTimeValue
Declaration
public DateTime? DateTimeValue { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
NumericValue
Declaration
public decimal? NumericValue { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
Profile
Declaration
public virtual Profile Profile { get; set; }
Property Value
ProfileId
Declaration
public long ProfileId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
ProfileOwnerId
Declaration
public long ProfileOwnerId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Sort
Declaration
public int Sort { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TextValue
Declaration
public string TextValue { get; set; }
Property Value
Type |
Description |
System.String |
|
Type
Declaration
public ValueType Type { get; set; }
Property Value
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