Ejemplo n.º 1
0
 public DecoratorArgumentBag(DecoratorArgument[] obj)
 {
     _defaultProperty = "Name";
     _properties      = new PropertySpecCollection();
     _selectedObject  = obj;
     InitPropertyBag();
 }
Ejemplo n.º 2
0
 public TypeInfoPropertyBag(TypeInfo[] obj)
 {
     _defaultProperty = "ObjectName";
     _properties      = new PropertySpecCollection();
     _selectedObject  = obj;
     InitPropertyBag();
 }
 public UnitOfWorkPropertyBag(UnitOfWorkProperty[] obj)
 {
     _defaultProperty = "Name";
     _properties      = new PropertySpecCollection();
     _selectedObject  = obj;
     InitPropertyBag();
 }
Ejemplo n.º 4
0
 public BusinessRuleBag(BusinessRule[] obj)
 {
     _defaultProperty = "AssemblyFile";
     _properties      = new PropertySpecCollection();
     _selectedObject  = obj;
     InitPropertyBag();
 }
Ejemplo n.º 5
0
 public RuleBag(Rule[] obj)
 {
     _defaultProperty = "Name";
     _properties      = new PropertySpecCollection();
     _selectedObject  = obj;
     InitPropertyBag();
 }
Ejemplo n.º 6
0
 public UpdateValuePropertyBag(UpdateValueProperty[] obj)
 {
     _defaultProperty = "Name";
     _properties      = new PropertySpecCollection();
     _selectedObject  = obj;
     InitPropertyBag();
 }
 public BusinessRulePropertyBag(BusinessRuleProperty[] obj)
 {
     _defaultProperty = "Name";
     _properties      = new PropertySpecCollection();
     _selectedObject  = obj;
     InitPropertyBag();
 }
 public AssociativeEntityPropertyBag(AssociativeEntity[] obj)
 {
     _defaultProperty = "ObjectName";
     _properties      = new PropertySpecCollection();
     _selectedObject  = obj;
     InitPropertyBag();
 }
Ejemplo n.º 9
0
 public CriteriaPropertyBag(CriteriaProperty[] obj)
 {
     _defaultProperty = "Name";
     _properties      = new PropertySpecCollection();
     _selectedObject  = obj;
     InitPropertyBag();
 }
 public BusinessRuleParameterBag(BusinessRuleConstructorParameter[] obj)
 {
     _defaultProperty = "Name";
     _properties      = new PropertySpecCollection();
     _selectedObject  = obj;
     InitPropertyBag();
 }
Ejemplo n.º 11
0
 public ConvertValuePropertyBag(ConvertValueProperty[] obj)
 {
     _defaultProperty = "BaseName";
     _properties      = new PropertySpecCollection();
     _selectedObject  = obj;
     InitPropertyBag();
 }
Ejemplo n.º 12
0
 public AuthorizationRuleBag(AuthorizationRule[] obj)
 {
     _defaultProperty = "AssemblyFile";
     _properties      = new PropertySpecCollection();
     _selectedObject  = obj;
     InitPropertyBag();
 }
Ejemplo n.º 13
0
 public PropertyBag(CslaObjectInfo[] obj)
 {
     defaultProperty = null;
     properties      = new PropertySpecCollection();
     mSelectedObject = obj;
     InitPropertyBag();
 }
Ejemplo n.º 14
0
 public DbProviderPropertyBag(DbProvider[] obj)
 {
     _defaultProperty = "Name";
     _properties      = new PropertySpecCollection();
     _selectedObject  = obj;
     InitPropertyBag();
 }
Ejemplo n.º 15
0
 public PropertyBag(CslaObjectInfo[] obj, PropertyContext context)
 {
     defaultProperty = "ObjectName";
     properties      = new PropertySpecCollection();
     mSelectedObject = obj;
     propertyContext = context;
     InitPropertyBag();
 }
 /// <summary>
 /// Initializes a new instance of the BusinessRulePropertyBag class.
 /// </summary>
 public BusinessRulePropertyBag()
 {
     _defaultProperty = null;
     _properties      = new PropertySpecCollection();
 }
 /// <summary>
 /// Initializes a new instance of the AssociativeEntityPropertyBag class.
 /// </summary>
 public AssociativeEntityPropertyBag()
 {
     _defaultProperty = null;
     _properties      = new PropertySpecCollection();
 }
 /// <summary>
 /// Initializes a new instance of the PropertyBag class.
 /// </summary>
 public PropertyBag()
 {
     defaultProperty = null;
     properties = new PropertySpecCollection(this);
     m_Security = null;
 }
 /// <summary>
 /// Initializes a new instance of the PropertyBag class.
 /// </summary>
 public PropertyBag(object oTag, string strObjName, SecurityManager oSecurity)
 {
     defaultProperty = null;
     properties = new PropertySpecCollection(this);
     this.Tag = oTag;
     this.ObjectName = strObjName;
     this.SecurityMgr = oSecurity;
 }
Ejemplo n.º 20
0
 /// <summary>
 /// Initializes a new instance of the CriteriaPropertyBag class.
 /// </summary>
 public CriteriaPropertyBag()
 {
     _defaultProperty = null;
     _properties      = new PropertySpecCollection();
 }
Ejemplo n.º 21
0
 /// <summary>
 /// Initializes a new instance of the InheritedTypePropertyBag class.
 /// </summary>
 public TypeInfoPropertyBag()
 {
     _defaultProperty = null;
     _properties      = new PropertySpecCollection();
 }
Ejemplo n.º 22
0
 /// <summary>
 /// Initializes a new instance of the UpdateValuePropertyBag class.
 /// </summary>
 public UpdateValuePropertyBag()
 {
     _defaultProperty = null;
     _properties      = new PropertySpecCollection();
 }
 public PropertyBag(Entity owner)
 {
     defaultProperty = null;
     properties = new PropertySpecCollection();
     this.owner = owner;
 }
Ejemplo n.º 24
0
 /// <summary>
 /// Initializes a new instance of the DbProviderPropertyBag class.
 /// </summary>
 public DbProviderPropertyBag()
 {
     _defaultProperty = null;
     _properties      = new PropertySpecCollection();
 }
Ejemplo n.º 25
0
 /// <summary>
 /// Initializes a new instance of the DecoratorArgumentBag class.
 /// </summary>
 public DecoratorArgumentBag()
 {
     _defaultProperty = null;
     _properties      = new PropertySpecCollection();
 }
Ejemplo n.º 26
0
 /// <summary>
 /// Initializes a new instance of the PropertyBag class.
 /// </summary>
 public PropertyBag()
 {
     defaultProperty = null;
     properties      = new PropertySpecCollection();
 }
 /// <summary>
 /// Initializes a new instance of the InheritedTypePropertyBag class.
 /// </summary>
 public InheritedTypePropertyBag()
 {
     _defaultProperty = null;
     _properties      = new PropertySpecCollection();
 }
Ejemplo n.º 28
0
 /// <summary>
 /// Initializes a new instance of the RuleBag class.
 /// </summary>
 public RuleBag()
 {
     _defaultProperty = null;
     _properties      = new PropertySpecCollection();
 }
Ejemplo n.º 29
0
 /// <summary>
 /// Initializes a new instance of the UnitOfWorkPropertyBag class.
 /// </summary>
 public UnitOfWorkPropertyBag()
 {
     _defaultProperty = null;
     _properties      = new PropertySpecCollection();
 }
Ejemplo n.º 30
0
 /// <summary>
 /// Initializes a new instance of the PropertyBag class.
 /// </summary>
 public PropertyBag()
 {
     defaultProperty = null;
     properties = new PropertySpecCollection();
 }
Ejemplo n.º 31
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="owner"></param>
 public PropertyBag(Entity owner)
 {
     defaultProperty = null;
     properties      = new PropertySpecCollection();
     this.owner      = owner;
 }