⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 system.enterpriseservices.cs

📁 研讀原始碼的好工具
💻 CS
📖 第 1 页 / 共 5 页
字号:
    property Interfaces { get(){} set(){} };
    property Methods { get(){} set(){} };
    property Roles { get(){} set(){} };
    property UsersInRole { get(){} set(){} };

    }

class System.EnterpriseServices.TransactionOption : System.Enum
    {
     I4 value__;
     ValueClass System.EnterpriseServices.TransactionOption Disabled;
     ValueClass System.EnterpriseServices.TransactionOption NotSupported;
     ValueClass System.EnterpriseServices.TransactionOption Supported;
     ValueClass System.EnterpriseServices.TransactionOption Required;
     ValueClass System.EnterpriseServices.TransactionOption RequiresNew;



    }

class System.EnterpriseServices.TransactionIsolationLevel : System.Enum
    {
     I4 value__;
     ValueClass System.EnterpriseServices.TransactionIsolationLevel Any;
     ValueClass System.EnterpriseServices.TransactionIsolationLevel ReadUncommitted;
     ValueClass System.EnterpriseServices.TransactionIsolationLevel ReadCommitted;
     ValueClass System.EnterpriseServices.TransactionIsolationLevel RepeatableRead;
     ValueClass System.EnterpriseServices.TransactionIsolationLevel Serializable;



    }

class System.EnterpriseServices.SynchronizationOption : System.Enum
    {
     I4 value__;
     ValueClass System.EnterpriseServices.SynchronizationOption Disabled;
     ValueClass System.EnterpriseServices.SynchronizationOption NotSupported;
     ValueClass System.EnterpriseServices.SynchronizationOption Supported;
     ValueClass System.EnterpriseServices.SynchronizationOption Required;
     ValueClass System.EnterpriseServices.SynchronizationOption RequiresNew;



    }

class System.EnterpriseServices.ActivationOption : System.Enum
    {
     I4 value__;
     ValueClass System.EnterpriseServices.ActivationOption Library;
     ValueClass System.EnterpriseServices.ActivationOption Server;



    }

interface System.EnterpriseServices.IConfigurationAttribute : 
    {

     Boolean IsValidTarget( String s);
     Boolean Apply( Class System.Collections.Hashtable info);
     Boolean AfterSaveChanges( Class System.Collections.Hashtable info);


    }

class System.EnterpriseServices.TransactionAttribute : System.Attribute
    {
     ValueClass System.EnterpriseServices.TransactionOption _value;
     ValueClass System.EnterpriseServices.TransactionIsolationLevel _isolation;
     I4 _timeout;

     Void System.EnterpriseServices.TransactionAttribute();
     Void System.EnterpriseServices.TransactionAttribute( ValueClass System.EnterpriseServices.TransactionOption val);
     ValueClass System.EnterpriseServices.TransactionOption get_Value();
     ValueClass System.EnterpriseServices.TransactionIsolationLevel get_Isolation();
     Void set_Isolation( ValueClass System.EnterpriseServices.TransactionIsolationLevel value);
     I4 get_Timeout();
     Void set_Timeout( I4 value);
     Boolean System.EnterpriseServices.IConfigurationAttribute.IsValidTarget( String s);
     Boolean System.EnterpriseServices.IConfigurationAttribute.Apply( Class System.Collections.Hashtable info);
     Boolean System.EnterpriseServices.IConfigurationAttribute.AfterSaveChanges( Class System.Collections.Hashtable info);

    property Value { get(){} set(){} };
    property Isolation { get(){} set(){} };
    property Timeout { get(){} set(){} };

    }

class System.EnterpriseServices.JustInTimeActivationAttribute : System.Attribute
    {
     Boolean _enabled;

     Void System.EnterpriseServices.JustInTimeActivationAttribute();
     Void System.EnterpriseServices.JustInTimeActivationAttribute( Boolean val);
     Boolean get_Value();
     Boolean System.EnterpriseServices.IConfigurationAttribute.IsValidTarget( String s);
     Boolean System.EnterpriseServices.IConfigurationAttribute.Apply( Class System.Collections.Hashtable info);
     Boolean System.EnterpriseServices.IConfigurationAttribute.AfterSaveChanges( Class System.Collections.Hashtable info);

    property Value { get(){} set(){} };

    }

class System.EnterpriseServices.SynchronizationAttribute : System.Attribute
    {
     ValueClass System.EnterpriseServices.SynchronizationOption _value;

     Void System.EnterpriseServices.SynchronizationAttribute();
     Void System.EnterpriseServices.SynchronizationAttribute( ValueClass System.EnterpriseServices.SynchronizationOption val);
     ValueClass System.EnterpriseServices.SynchronizationOption get_Value();
     Boolean System.EnterpriseServices.IConfigurationAttribute.IsValidTarget( String s);
     Boolean System.EnterpriseServices.IConfigurationAttribute.Apply( Class System.Collections.Hashtable info);
     Boolean System.EnterpriseServices.IConfigurationAttribute.AfterSaveChanges( Class System.Collections.Hashtable info);

    property Value { get(){} set(){} };

    }

class System.EnterpriseServices.MustRunInClientContextAttribute : System.Attribute
    {
     Boolean _value;

     Void System.EnterpriseServices.MustRunInClientContextAttribute();
     Void System.EnterpriseServices.MustRunInClientContextAttribute( Boolean val);
     Boolean get_Value();
     Boolean System.EnterpriseServices.IConfigurationAttribute.IsValidTarget( String s);
     Boolean System.EnterpriseServices.IConfigurationAttribute.Apply( Class System.Collections.Hashtable info);
     Boolean System.EnterpriseServices.IConfigurationAttribute.AfterSaveChanges( Class System.Collections.Hashtable info);

    property Value { get(){} set(){} };

    }

class System.EnterpriseServices.ConstructionEnabledAttribute : System.Attribute
    {
     Boolean _enabled;
     String _default;

     Void System.EnterpriseServices.ConstructionEnabledAttribute();
     Void System.EnterpriseServices.ConstructionEnabledAttribute( Boolean val);
     String get_Default();
     Void set_Default( String value);
     Boolean get_Enabled();
     Void set_Enabled( Boolean value);
     Boolean System.EnterpriseServices.IConfigurationAttribute.IsValidTarget( String s);
     Boolean System.EnterpriseServices.IConfigurationAttribute.Apply( Class System.Collections.Hashtable info);
     Boolean System.EnterpriseServices.IConfigurationAttribute.AfterSaveChanges( Class System.Collections.Hashtable info);

    property Default { get(){} set(){} };
    property Enabled { get(){} set(){} };

    }

class System.EnterpriseServices.ObjectPoolingAttribute : System.Attribute
    {
     Boolean _enable;
     I4 _maxSize;
     I4 _minSize;
     I4 _timeout;

     Void System.EnterpriseServices.ObjectPoolingAttribute();
     Void System.EnterpriseServices.ObjectPoolingAttribute( I4 minPoolSize,  I4 maxPoolSize);
     Void System.EnterpriseServices.ObjectPoolingAttribute( Boolean enable);
     Void System.EnterpriseServices.ObjectPoolingAttribute( Boolean enable,  I4 minPoolSize,  I4 maxPoolSize);
     Boolean get_Enabled();
     Void set_Enabled( Boolean value);
     I4 get_MaxPoolSize();
     Void set_MaxPoolSize( I4 value);
     I4 get_MinPoolSize();
     Void set_MinPoolSize( I4 value);
     I4 get_CreationTimeout();
     Void set_CreationTimeout( I4 value);
     Boolean IsValidTarget( String s);
     Boolean Apply( Class System.Collections.Hashtable info);
     Boolean AfterSaveChanges( Class System.Collections.Hashtable info);

    property Enabled { get(){} set(){} };
    property MaxPoolSize { get(){} set(){} };
    property MinPoolSize { get(){} set(){} };
    property CreationTimeout { get(){} set(){} };

    }

class System.EnterpriseServices.COMTIIntrinsicsAttribute : System.Attribute
    {
     Boolean _value;

     Void System.EnterpriseServices.COMTIIntrinsicsAttribute();
     Void System.EnterpriseServices.COMTIIntrinsicsAttribute( Boolean val);
     Boolean get_Value();
     Boolean System.EnterpriseServices.IConfigurationAttribute.IsValidTarget( String s);
     Boolean System.EnterpriseServices.IConfigurationAttribute.Apply( Class System.Collections.Hashtable info);
     Boolean System.EnterpriseServices.IConfigurationAttribute.AfterSaveChanges( Class System.Collections.Hashtable info);

    property Value { get(){} set(){} };

    }

class System.EnterpriseServices.IISIntrinsicsAttribute : System.Attribute
    {
     Boolean _value;

     Void System.EnterpriseServices.IISIntrinsicsAttribute();
     Void System.EnterpriseServices.IISIntrinsicsAttribute( Boolean val);
     Boolean get_Value();
     Boolean System.EnterpriseServices.IConfigurationAttribute.IsValidTarget( String s);
     Boolean System.EnterpriseServices.IConfigurationAttribute.Apply( Class System.Collections.Hashtable info);
     Boolean System.EnterpriseServices.IConfigurationAttribute.AfterSaveChanges( Class System.Collections.Hashtable info);

    property Value { get(){} set(){} };

    }

class System.EnterpriseServices.EventTrackingEnabledAttribute : System.Attribute
    {
     Boolean _value;

     Void System.EnterpriseServices.EventTrackingEnabledAttribute();
     Void System.EnterpriseServices.EventTrackingEnabledAttribute( Boolean val);
     Boolean get_Value();
     Boolean System.EnterpriseServices.IConfigurationAttribute.IsValidTarget( String s);
     Boolean System.EnterpriseServices.IConfigurationAttribute.Apply( Class System.Collections.Hashtable info);
     Boolean System.EnterpriseServices.IConfigurationAttribute.AfterSaveChanges( Class System.Collections.Hashtable info);

    property Value { get(){} set(){} };

    }

class System.EnterpriseServices.ExceptionClassAttribute : System.Attribute
    {
     String _value;

     Void System.EnterpriseServices.ExceptionClassAttribute( String name);
     String get_Value();
     Boolean System.EnterpriseServices.IConfigurationAttribute.IsValidTarget( String s);
     Boolean System.EnterpriseServices.IConfigurationAttribute.Apply( Class System.Collections.Hashtable info);
     Boolean System.EnterpriseServices.IConfigurationAttribute.AfterSaveChanges( Class System.Collections.Hashtable info);

    property Value { get(){} set(){} };

    }

class System.EnterpriseServices.LoadBalancingSupportedAttribute : System.Attribute
    {
     Boolean _value;

     Void System.EnterpriseServices.LoadBalancingSupportedAttribute();
     Void System.EnterpriseServices.LoadBalancingSupportedAttribute( Boolean val);
     Boolean get_Value();
     Boolean System.EnterpriseServices.IConfigurationAttribute.IsValidTarget( String s);
     Boolean System.EnterpriseServices.IConfigurationAttribute.Apply( Class System.Collections.Hashtable info);
     Boolean System.EnterpriseServices.IConfigurationAttribute.AfterSaveChanges( Class System.Collections.Hashtable info);

    property Value { get(){} set(){} };

    }

class System.EnterpriseServices.EventClassAttribute : System.Attribute
    {
     Boolean _fireInParallel;
     Boolean _allowInprocSubscribers;
     String _filter;

     Void System.EnterpriseServices.EventClassAttribute();
     Boolean get_FireInParallel();
     Void set_FireInParallel( Boolean value);
     Boolean get_AllowInprocSubscribers();
     Void set_AllowInprocSubscribers( Boolean value);
     String get_PublisherFilter();
     Void set_PublisherFilter( String value);
     Boolean System.EnterpriseServices.IConfigurationAttribute.IsValidTarget( String s);
     Boolean System.EnterpriseServices.IConfigurationAttribute.Apply( Class System.Collections.Hashtable info);
     Boolean System.EnterpriseServices.IConfigurationAttribute.AfterSaveChanges( Class System.Collections.Hashtable info);

    property FireInParallel { get(){} set(){} };
    property AllowInprocSubscribers { get(){} set(){} };
    property PublisherFilter { get(){} set(){} };

    }

class System.EnterpriseServices.PrivateComponentAttribute : System.Attribute
    {

     Void System.EnterpriseServices.PrivateComponentAttribute();
     Boolean System.EnterpriseServices.IConfigurationAttribute.IsValidTarget( String s);
     Boolean System.EnterpriseServices.IConfigurationAttribute.Apply( Class System.Collections.Hashtable info);
     Boolean System.EnterpriseServices.IConfigurationAttribute.AfterSaveChanges( Class System.Collections.Hashtable info);


    }

class System.EnterpriseServices.AutoCompleteAttribute : System.Attribute
    {
     Boolean _value;

     Void System.EnterpriseServices.AutoCompleteAttribute();
     Void System.EnterpriseServices.AutoCompleteAttribute( Boolean val);
     Boolean get_Value();
     Boolean System.EnterpriseServices.IConfigurationAttribute.IsValidTarget( String s);
     Boolean System.EnterpriseServices.IConfigurationAttribute.Apply( Class System.Collections.Hashtable info);
     Boolean System.EnterpriseServices.IConfigurationAttribute.AfterSaveChanges( Class System.Collections.Hashtable info);

    property Value { get(){} set(){} };

    }

class System.EnterpriseServices.ApplicationActivationAttribute : System.Attribute
    {
     ValueClass System.EnterpriseServices.ActivationOption _value;
     String _SoapVRoot;
     String _SoapMailbox;

     Void System.EnterpriseServices.ApplicationActivationAttribute( ValueClass System.EnterpriseServices.ActivationOption opt);
     ValueClass System.EnterpriseServices.ActivationOption get_Value();
     String get_SoapVRoot();
     Void set_SoapVRoot( String value);
     String get_SoapMailbox();
     Void set_SoapMailbox( String value);
     Boolean System.EnterpriseServices.IConfigurationAttribute.IsValidTarget( String s);
     Boolean System.EnterpriseServices.IConfigurationAttribute.Apply( Class System.Collections.Hashtable info);
     Boolean System.EnterpriseServices.IConfigurationAttribute.AfterSaveChanges( Class System.Collections.Hashtable info);

    property Value { get(){} set(){} };
    property SoapVRoot { get(){} set(){} };
    p

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -