Show / Hide Table of Contents

Class Property

Inheritance
System.Object
Property
Implements
IValueObject
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: CompAnalytics.Contracts
Assembly: CompAnalytics.Contracts.dll
Syntax
[DataContract]
public class Property : IValueObject

Constructors

Property(Object)

Declaration
public Property(object value)
Parameters
Type Name Description
System.Object value

Property(String, String)

Declaration
public Property(string value, string assemblyQualifiedType)
Parameters
Type Name Description
System.String value
System.String assemblyQualifiedType

Properties

AssemblyQualifiedType

Declaration
[DataMember]
public string AssemblyQualifiedType { get; set; }
Property Value
Type Description
System.String

CreatedById

Declaration
[DataMember]
public Guid CreatedById { get; set; }
Property Value
Type Description
System.Guid

CreatedByUserName

Declaration
[DataMember]
public string CreatedByUserName { get; set; }
Property Value
Type Description
System.String

DeletePermitted

Declaration
[DataMember]
public bool DeletePermitted { get; set; }
Property Value
Type Description
System.Boolean

Description

Declaration
[DataMember]
public string Description { get; set; }
Property Value
Type Description
System.String

DisplayType

Declaration
[DataMember]
public string DisplayType { get; }
Property Value
Type Description
System.String

EnvironmentValues

Declaration
[DataMember]
public List<PropertyEnvironmentValue> EnvironmentValues { get; }
Property Value
Type Description
System.Collections.Generic.List<PropertyEnvironmentValue>

Id

Declaration
[DataMember]
public int ? Id { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Name

Declaration
[DataMember]
public string Name { get; set; }
Property Value
Type Description
System.String

ReadPermitted

Declaration
[DataMember]
public bool ReadPermitted { get; set; }
Property Value
Type Description
System.Boolean

Value

Declaration
[DataMember]
public string Value { get; set; }
Property Value
Type Description
System.String

ValueJson

Declaration
public string ValueJson { get; set; }
Property Value
Type Description
System.String

ValueType

Declaration
public Type ValueType { get; set; }
Property Value
Type Description
System.Type

WritePermitted

Declaration
[DataMember]
public bool WritePermitted { get; set; }
Property Value
Type Description
System.Boolean

Implements

IValueObject

Extension Methods

ValueObjectExtensions.GetValue<T>(IValueObject)
ValueObjectExtensions.GetValue(IValueObject, Type)
ValueObjectExtensions.SetValue<T>(IValueObject, T)
Back to top Copyright © 2019 Composable Analytics, Inc.