Property | Type | Description | |
---|---|---|---|
Tag | CKTrait | ||
Text | string |
Method | Description | |
---|---|---|
ActivityLogGroupConclusion ( string conclusion, CKTrait tag = null ) : System |
Initializes a new conclusion for a group.
|
|
Equals ( object obj ) : bool |
Explicit test for Text and Tag equality.
|
|
GetHashCode ( ) : int |
Computes the hash code.
|
|
ToString ( ) : string |
Overriden to return Text.
|
|
operator ( ) : bool |
Equality operator definition.
|
Method | Description | |
---|---|---|
ActivityLogGroupConclusion ( CKTrait t, string conclusion ) : System |
public ActivityLogGroupConclusion ( string conclusion, CKTrait tag = null ) : System | ||
conclusion | string | Must not be null (may be empty). |
tag | CKTrait | Must be null or be registered in |
return | System |