Method | Description | |
---|---|---|
GetBoolean ( ISilDataAccess sda, int hvo, int tag ) : bool |
Get the boolean or integer model property as a boolean.
|
|
SetValueFromBoolean ( ISilDataAccess sda, int hvo, int tag, bool newValue ) : void |
Set the given boolean to either a boolean or integer model property.
|
public static GetBoolean ( ISilDataAccess sda, int hvo, int tag ) : bool | ||
sda | ISilDataAccess | |
hvo | int | |
tag | int | |
return | bool |
public static SetValueFromBoolean ( ISilDataAccess sda, int hvo, int tag, bool newValue ) : void | ||
sda | ISilDataAccess | |
hvo | int | |
tag | int | |
newValue | bool | |
return | void |