C# Class VaultFolderCreate.Condition

Datei anzeigen Open project: nick-hall-majenta/Autodesk-Vault-Utilities

Public Properties

Property Type Description
CONTAINS Condition
DOES_NOT_CONTAIN Condition
EQUALS Condition
GREATER_THAN Condition
GREATER_THAN_OR_EQUAL Condition
IS_EMPTY Condition
IS_NOT_EMPTY Condition
LESS_THAN Condition
LESS_THAN_OR_EQUAL Condition
NOT_EQUAL Condition

Public Methods

Method Description
GetCondition ( long conditionId ) : Condition
ToString ( ) : string

Returns the current value of the DisplayName property.

Private Methods

Method Description
Condition ( string displayName, long code ) : System

Method Details

GetCondition() public static method

public static GetCondition ( long conditionId ) : Condition
conditionId long
return Condition

ToString() public method

Returns the current value of the DisplayName property.
public ToString ( ) : string
return string

Property Details

CONTAINS public_oe static_oe property

public static Condition CONTAINS
return Condition

DOES_NOT_CONTAIN public_oe static_oe property

public static Condition DOES_NOT_CONTAIN
return Condition

EQUALS public_oe static_oe property

public static Condition EQUALS
return Condition

GREATER_THAN public_oe static_oe property

public static Condition GREATER_THAN
return Condition

GREATER_THAN_OR_EQUAL public_oe static_oe property

public static Condition GREATER_THAN_OR_EQUAL
return Condition

IS_EMPTY public_oe static_oe property

public static Condition IS_EMPTY
return Condition

IS_NOT_EMPTY public_oe static_oe property

public static Condition IS_NOT_EMPTY
return Condition

LESS_THAN public_oe static_oe property

public static Condition LESS_THAN
return Condition

LESS_THAN_OR_EQUAL public_oe static_oe property

public static Condition LESS_THAN_OR_EQUAL
return Condition

NOT_EQUAL public_oe static_oe property

public static Condition NOT_EQUAL
return Condition