C# Class IfcDoc.Schema.SEntity

A context-bound object that can query relationships or pull content dynamically from broker
Inheritance: SRecord, ICloneable
Afficher le fichier Open project: BuildingSMART/IfcDoc Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : object
Delete ( ) : void
GetFieldByName ( Type type, string name ) : FieldInfo
GetFieldsAll ( Type type ) : IList
GetFieldsInverse ( Type type ) : IList
GetFieldsOrdered ( Type type ) : IList
GetTypeCaption ( ) : string

Gets user-friendly caption describing the type of object.

Mark ( ) : void

Marks object as in-use (setting Exists to True) such that any unmarked objects may then be garbage collected.

SEntity ( ) : System

Private Methods

Méthode Description
BuildFieldList ( Type type, IList list, FieldScope scope ) : void

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

Delete() public méthode

public Delete ( ) : void
Résultat void

GetFieldByName() public static méthode

public static GetFieldByName ( Type type, string name ) : FieldInfo
type System.Type
name string
Résultat System.Reflection.FieldInfo

GetFieldsAll() public static méthode

public static GetFieldsAll ( Type type ) : IList
type System.Type
Résultat IList

GetFieldsInverse() public static méthode

public static GetFieldsInverse ( Type type ) : IList
type System.Type
Résultat IList

GetFieldsOrdered() public static méthode

public static GetFieldsOrdered ( Type type ) : IList
type System.Type
Résultat IList

GetTypeCaption() public méthode

Gets user-friendly caption describing the type of object.
public GetTypeCaption ( ) : string
Résultat string

Mark() public méthode

Marks object as in-use (setting Exists to True) such that any unmarked objects may then be garbage collected.
public Mark ( ) : void
Résultat void

SEntity() public méthode

public SEntity ( ) : System
Résultat System