C# Class GSF.MMS.Model.Data

Inheritance: IASN1PreparedElement
Afficher le fichier Open project: GridProtectionAlliance/gsf Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
initWithDefaults ( ) : void
isArraySelected ( ) : bool
isBcdSelected ( ) : bool
isBinary_timeSelected ( ) : bool
isBit_stringSelected ( ) : bool
isBooleanArraySelected ( ) : bool
isBooleanSelected ( ) : bool
isFloating_pointSelected ( ) : bool
isGeneralized_timeSelected ( ) : bool
isIntegerSelected ( ) : bool
isMMSStringSelected ( ) : bool
isObjIdSelected ( ) : bool
isOctet_stringSelected ( ) : bool
isStructureSelected ( ) : bool
isUnsignedSelected ( ) : bool
isUtc_timeSelected ( ) : bool
isVisible_stringSelected ( ) : bool
selectArray ( ICollection val ) : void
selectBcd ( long val ) : void
selectBinary_time ( TimeOfDay val ) : void
selectBit_string ( GSF.ASN1.Types.BitString val ) : void
selectBoolean ( bool val ) : void
selectBooleanArray ( GSF.ASN1.Types.BitString val ) : void
selectFloating_point ( GSF.MMS.Model.FloatingPoint val ) : void
selectGeneralized_time ( string val ) : void
selectInteger ( long val ) : void
selectMMSString ( MMSString val ) : void
selectObjId ( GSF.ASN1.Types.ObjectIdentifier val ) : void
selectOctet_string ( byte val ) : void
selectStructure ( ICollection val ) : void
selectUnsigned ( long val ) : void
selectUtc_time ( GSF.MMS.Model.UtcTime val ) : void
selectVisible_string ( string val ) : void

Method Details

initWithDefaults() public méthode

public initWithDefaults ( ) : void
Résultat void

isArraySelected() public méthode

public isArraySelected ( ) : bool
Résultat bool

isBcdSelected() public méthode

public isBcdSelected ( ) : bool
Résultat bool

isBinary_timeSelected() public méthode

public isBinary_timeSelected ( ) : bool
Résultat bool

isBit_stringSelected() public méthode

public isBit_stringSelected ( ) : bool
Résultat bool

isBooleanArraySelected() public méthode

public isBooleanArraySelected ( ) : bool
Résultat bool

isBooleanSelected() public méthode

public isBooleanSelected ( ) : bool
Résultat bool

isFloating_pointSelected() public méthode

public isFloating_pointSelected ( ) : bool
Résultat bool

isGeneralized_timeSelected() public méthode

public isGeneralized_timeSelected ( ) : bool
Résultat bool

isIntegerSelected() public méthode

public isIntegerSelected ( ) : bool
Résultat bool

isMMSStringSelected() public méthode

public isMMSStringSelected ( ) : bool
Résultat bool

isObjIdSelected() public méthode

public isObjIdSelected ( ) : bool
Résultat bool

isOctet_stringSelected() public méthode

public isOctet_stringSelected ( ) : bool
Résultat bool

isStructureSelected() public méthode

public isStructureSelected ( ) : bool
Résultat bool

isUnsignedSelected() public méthode

public isUnsignedSelected ( ) : bool
Résultat bool

isUtc_timeSelected() public méthode

public isUtc_timeSelected ( ) : bool
Résultat bool

isVisible_stringSelected() public méthode

public isVisible_stringSelected ( ) : bool
Résultat bool

selectArray() public méthode

public selectArray ( ICollection val ) : void
val ICollection
Résultat void

selectBcd() public méthode

public selectBcd ( long val ) : void
val long
Résultat void

selectBinary_time() public méthode

public selectBinary_time ( TimeOfDay val ) : void
val TimeOfDay
Résultat void

selectBit_string() public méthode

public selectBit_string ( GSF.ASN1.Types.BitString val ) : void
val GSF.ASN1.Types.BitString
Résultat void

selectBoolean() public méthode

public selectBoolean ( bool val ) : void
val bool
Résultat void

selectBooleanArray() public méthode

public selectBooleanArray ( GSF.ASN1.Types.BitString val ) : void
val GSF.ASN1.Types.BitString
Résultat void

selectFloating_point() public méthode

public selectFloating_point ( GSF.MMS.Model.FloatingPoint val ) : void
val GSF.MMS.Model.FloatingPoint
Résultat void

selectGeneralized_time() public méthode

public selectGeneralized_time ( string val ) : void
val string
Résultat void

selectInteger() public méthode

public selectInteger ( long val ) : void
val long
Résultat void

selectMMSString() public méthode

public selectMMSString ( MMSString val ) : void
val MMSString
Résultat void

selectObjId() public méthode

public selectObjId ( GSF.ASN1.Types.ObjectIdentifier val ) : void
val GSF.ASN1.Types.ObjectIdentifier
Résultat void

selectOctet_string() public méthode

public selectOctet_string ( byte val ) : void
val byte
Résultat void

selectStructure() public méthode

public selectStructure ( ICollection val ) : void
val ICollection
Résultat void

selectUnsigned() public méthode

public selectUnsigned ( long val ) : void
val long
Résultat void

selectUtc_time() public méthode

public selectUtc_time ( GSF.MMS.Model.UtcTime val ) : void
val GSF.MMS.Model.UtcTime
Résultat void

selectVisible_string() public méthode

public selectVisible_string ( string val ) : void
val string
Résultat void