Class BimLinkObject
- Namespace
- IdeaStatiCa.BimApiLink
- Assembly
- IdeaStatiCa.BimApiLink.dll
public class BimLinkObject : ScopeAwareObject
Inheritance
-
Derived
-
Inherited Members
-
Properties
CountryCode
protected CountryCode CountryCode { get; }
Property Value
- CountryCode
-
UserData
protected object UserData { get; }
Property Value
- object
-
Methods
CheckMaybe<T>(Identifier<T>)
protected T CheckMaybe<T>(Identifier<T> identifier) where T : IIdeaObject
Parameters
identifier
Identifier<T>
-
Returns
- T
-
Type Parameters
T
-
CheckMaybe<T>(int)
protected T CheckMaybe<T>(int id) where T : IIdeaObject
Parameters
id
int
-
Returns
- T
-
Type Parameters
T
-
CheckMaybe<T>(string)
protected T CheckMaybe<T>(string id) where T : IIdeaObject
Parameters
id
string
-
Returns
- T
-
Type Parameters
T
-
Get<T>(Identifier<T>)
protected T Get<T>(Identifier<T> identifier) where T : IIdeaObject
Parameters
identifier
Identifier<T>
-
Returns
- T
-
Type Parameters
T
-
Get<T>(int)
protected T Get<T>(int id) where T : IIdeaObject
Parameters
id
int
-
Returns
- T
-
Type Parameters
T
-
Get<T>(string)
protected T Get<T>(string id) where T : IIdeaObject
Parameters
id
string
-
Returns
- T
-
Type Parameters
T
-
GetMaybe<T>(Identifier<T>)
protected T GetMaybe<T>(Identifier<T> identifier) where T : IIdeaObject
Parameters
identifier
Identifier<T>
-
Returns
- T
-
Type Parameters
T
-
GetMaybe<T>(int)
protected T GetMaybe<T>(int id) where T : IIdeaObject
Parameters
id
int
-
Returns
- T
-
Type Parameters
T
-
GetMaybe<T>(string)
protected T GetMaybe<T>(string id) where T : IIdeaObject
Parameters
id
string
-
Returns
- T
-
Type Parameters
T
-