Ejemplo n.º 1
0
 public HLAInteractionParameter(HLAInteractionParameter param)
 {
     this.Name = param.Name;
     this.NameNotes = param.NameNotes;
     this.dataType = param.DataType;
     this.dataTypeNotes = param.DataTypeNotes;
     this.semantics = param.Semantics;
     this.semanticsNotes = param.SemanticsNotes;
     this.nativeType = param.NativeType;
 }
Ejemplo n.º 2
0
 public HLAInteractionParameter(HLAInteractionParameter param)
 {
     this.Name           = param.Name;
     this.NameNotes      = param.NameNotes;
     this.dataType       = param.DataType;
     this.dataTypeNotes  = param.DataTypeNotes;
     this.semantics      = param.Semantics;
     this.semanticsNotes = param.SemanticsNotes;
     this.nativeType     = param.NativeType;
 }
 /// <summary>
 /// Creates a new instance.
 /// </summary>
 public HLAInteractionParameterAttribute()
 {
     baseInfo = new HLAInteractionParameter();
 }
Ejemplo n.º 4
0
 /// <summary>
 /// Creates a new instance.
 /// </summary>
 public HLAInteractionParameterAttribute()
 {
     baseInfo = new HLAInteractionParameter();
 }
Ejemplo n.º 5
0
 /// <summary>
 /// Constructor.
 /// </summary>
 /// <param name="pName">the name of the parameter
 /// </param>
 public ParameterDescriptor(HLAInteractionParameter param, IParameterHandle pHandle)
     : base(param)
 {
     this.handle = pHandle;
 }
Ejemplo n.º 6
0
 /// <summary> 
 /// Constructor.
 /// </summary>
 /// <param name="pName">the name of the parameter
 /// </param>
 public ParameterDescriptor(HLAInteractionParameter param, IParameterHandle pHandle)
     : base(param)
 {
     this.handle = pHandle;
 }