Class for creating a binary information tag.
More...
Inherits PreEmptive.Analytics.Common.Tags.Tag.
|
override string | TagName [get] |
| Name of the binary information tag. More...
|
|
Guid | ID [get, set] |
| A Guid that uniquely identifies the binary information. More...
|
|
DateTime | LastModified [get, set] |
| When the binary information was last modified. More...
|
|
string | Name [get, set] |
| A name for the binary information. More...
|
|
string | Version [get, set] |
| A version indicator for the binary information. More...
|
|
string | ClassName [get, set] |
| The name of the originating class for the binary information. More...
|
|
string | MethodName [get, set] |
| The name of the originating method for the binary information. More...
|
|
virtual string | TagName [get] |
| The name of the tag. More...
|
|
virtual string | TagDescription [get] |
| A more descriptive tag name. More...
|
|
List< Tag > | InnerTags [get, set] |
| A list of tags that are nested within this tag. More...
|
|
Class for creating a binary information tag.
PreEmptive.Analytics.Common.Tags.BinaryInfoTag.BinaryInfoTag |
( |
Guid? |
id, |
|
|
DateTime? |
modified, |
|
|
string |
name, |
|
|
string |
version, |
|
|
string |
classname, |
|
|
string |
methodname |
|
) |
| |
Constructor for creating a binary information tag.
- Parameters
-
id | A Guid that uniquely identifies the binary information. |
modified | When the binary information was last modified. |
name | A name for the binary information. |
version | A version indicator for the binary information. |
classname | The name of the originating class for the binary information. |
methodname | The name of the originating method for the binary information. |
PreEmptive.Analytics.Common.Tags.BinaryInfoTag.BinaryInfoTag |
( |
BinaryInfo |
info | ) |
|
Constructor for creating a binary information tag.
- Parameters
-
string PreEmptive.Analytics.Common.Tags.BinaryInfoTag.ClassName |
|
getset |
The name of the originating class for the binary information.
Guid PreEmptive.Analytics.Common.Tags.BinaryInfoTag.ID |
|
getset |
A Guid that uniquely identifies the binary information.
DateTime PreEmptive.Analytics.Common.Tags.BinaryInfoTag.LastModified |
|
getset |
When the binary information was last modified.
string PreEmptive.Analytics.Common.Tags.BinaryInfoTag.MethodName |
|
getset |
The name of the originating method for the binary information.
string PreEmptive.Analytics.Common.Tags.BinaryInfoTag.Name |
|
getset |
A name for the binary information.
override string PreEmptive.Analytics.Common.Tags.BinaryInfoTag.TagName |
|
get |
Name of the binary information tag.
string PreEmptive.Analytics.Common.Tags.BinaryInfoTag.Version |
|
getset |
A version indicator for the binary information.
The documentation for this class was generated from the following file:
- C:/jenkins/workspace/APIDotNet_Build/DotNetAPI/RI.API/RI.Common/Tags/BinaryInfoTag.cs