Class TypeInfo
Inheritance
System.Object
TypeInfo
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 TypeInfo
Properties
Attributes
Declaration
[DataMember(Order = 2)]
public List<TypeInfo> Attributes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<TypeInfo> |
Name
Declaration
[DataMember(Order = 0)]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Declaration
[DataMember(Order = 1)]
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |