| AlignmentInfo Class |
Namespace: Bio.Algorithms.Alignment
The AlignmentInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| AlignmentInfo |
Initializes a new instance of the AlignmentInfo class,
specifying all properties.
|
| Name | Description | |
|---|---|---|
| DataType |
Gets or sets data type ("int", "double", "float" or "string") of parameter.
| |
| DefaultValue |
Gets or sets default value (as a string). Ignored if Required = true.
| |
| Description |
Gets or sets description of the parameter's meaning.
| |
| Name |
Gets or sets the name of attribute.
| |
| Required |
Gets or sets a value indicating whether the parameter is required property or not.
| |
| Validator |
Gets or sets validation object that tests values. If this is null,
any value will be accepted
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| FloatType |
"float" data type argument
| |
| IntType |
"int" data type argument
| |
| StringListType |
"string" data type argument
|