Show / Hide Table of Contents

Class PropertyType

Inheritance
System.Object
PropertyType
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]
[Serializable]
public class PropertyType

Properties

AssemblyQualifiedName

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

DisplayName

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

EditElementName

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

EditImportPath

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

Methods

FromType(Type)

Declaration
public static PropertyType FromType(Type t)
Parameters
Type Name Description
System.Type t
Returns
Type Description
PropertyType
Back to top Copyright © 2019 Composable Analytics, Inc.