Class SilverlightSimpleTranslatorGroup
Inheritance
System.Object
SilverlightSimpleTranslatorGroup
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.IntrinsicTranslators.Silverlight
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class SilverlightSimpleTranslatorGroup : TranslatorGroup, IInterfaceInterrogator, IComparable<TranslatorGroup>, INotifyPropertyChanged, IVerificationProvider
Constructors
SilverlightSimpleTranslatorGroup()
Declaration
public SilverlightSimpleTranslatorGroup()
Properties
IdentifyColor
Declaration
public override Color IdentifyColor { get; set; }
Property Value
System.Drawing.Color
|
Overrides
IdentifyIcon
Declaration
public override Image IdentifyIcon { get; }
Property Value
System.Drawing.Image
|
Overrides
Name
Declaration
public override string Name { get; }
Property Value
System.String
|
Overrides
Order
Declaration
public override int Order { get; }
Property Value
System.Int32
|
Overrides
TechnologyType
Declaration
public override TechnologyType TechnologyType { get; }
Property Value
TechnologyType
|
Overrides
Version
Declaration
public override string Version { get; }
Property Value
System.String
|
Overrides
Methods
GetVerifications()
Declaration
public Type[] GetVerifications()
Returns
System.Type[]
|