Show / Hide Table of Contents

Class Blaise5DataLookupFieldInformation

Inheritance
Object
Blaise5DataLookupFieldInformation
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class Blaise5DataLookupFieldInformation

Properties

Identifier

Declaration
public Guid Identifier { get; set; }
Property Value
Type Description
Guid

IsAssigned

Declaration
public bool IsAssigned { get; set; }
Property Value
Type Description
Boolean

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
String

Type

Declaration
public string Type { get; set; }
Property Value
Type Description
String
In This Article
Back to top Generated by DocFX