Class CustomMaskedTags
Inheritance
System.Object
CustomMaskedTags
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FixAntenna.Message.SpecialTags
Assembly: FixAntenna.Message.dll
Syntax
public class CustomMaskedTags : IMaskedTags
Methods
Create(String)
Creates instance of CustomMaskedTags, always include default masked tags: 554, 925.
Declaration
public static IMaskedTags Create(string tags)
Parameters
Type | Name | Description |
---|---|---|
System.String | tags |
Returns
Type | Description |
---|---|
IMaskedTags |
GetMaskedTags()
Returns sorted array of masked tags.
Declaration
public int[] GetMaskedTags()
Returns
Type | Description |
---|---|
System.Int32[] | Returns sorted array of masked tags. |
IsTagListed(Int32)
Checks if tag exist in array of tags.
Declaration
public bool IsTagListed(int tag)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | tag | the tag id |
Returns
Type | Description |
---|---|
System.Boolean | true if exists |