Exemplo n.º 1
0
		public CngUIPolicy (CngUIProtectionLevels protectionLevel,
		                    string friendlyName,
		                    string description,
		                    string useContext)
			: this (protectionLevel, friendlyName, description, useContext, null)
		{
		}
Exemplo n.º 2
0
 public CngUIPolicy(CngUIProtectionLevels protectionLevel,
                    string friendlyName,
                    string description,
                    string useContext)
     : this(protectionLevel, friendlyName, description, useContext, null)
 {
 }
Exemplo n.º 3
0
 public CngUIPolicy(CngUIProtectionLevels protectionLevel, string friendlyName, string description, string useContext, string creationTitle)
 {
     ProtectionLevel = protectionLevel;
     FriendlyName    = friendlyName;
     Description     = description;
     UseContext      = useContext;
     CreationTitle   = creationTitle;
 }
 public CngUIPolicy(CngUIProtectionLevels protectionLevel, string friendlyName, string description, string useContext, string creationTitle)
 {
     this.m_creationTitle = creationTitle;
     this.m_description = description;
     this.m_friendlyName = friendlyName;
     this.m_protectionLevel = protectionLevel;
     this.m_useContext = useContext;
 }
Exemplo n.º 5
0
 public CngUIPolicy(CngUIProtectionLevels protectionLevel, string friendlyName, string description, string useContext, string creationTitle)
 {
     ProtectionLevel = protectionLevel;
     FriendlyName = friendlyName;
     Description = description;
     UseContext = useContext;
     CreationTitle = creationTitle;
 }
 public CngUIPolicy(CngUIProtectionLevels protectionLevel, string friendlyName, string description, string useContext, string creationTitle)
 {
     this.m_creationTitle   = creationTitle;
     this.m_description     = description;
     this.m_friendlyName    = friendlyName;
     this.m_protectionLevel = protectionLevel;
     this.m_useContext      = useContext;
 }
Exemplo n.º 7
0
 public CngUIPolicy(CngUIProtectionLevels protectionLevel,
                    string friendlyName,
                    string description,
                    string useContext,
                    string creationTitle)
 {
     level   = protectionLevel;
     name    = friendlyName;
     desc    = description;
     context = useContext;
     title   = creationTitle;
 }
Exemplo n.º 8
0
		public CngUIPolicy (CngUIProtectionLevels protectionLevel,
		                    string friendlyName,
		                    string description,
		                    string useContext,
		                    string creationTitle)
		{
			level = protectionLevel;
			name = friendlyName;
			desc = description;
			context = useContext;
			title = creationTitle;
		}
 public CngUIPolicy(CngUIProtectionLevels protectionLevel, string friendlyName, string description)
 {
   Contract.Ensures(0 <= description.Length);
   Contract.Ensures(0 <= friendlyName.Length);
 }
Exemplo n.º 10
0
 public CngUIPolicy(CngUIProtectionLevels protectionLevel)
     : this(protectionLevel, null)
 {
 }
Exemplo n.º 11
0
 public CngUIPolicy(CngUIProtectionLevels protectionLevel, string friendlyName, string description, string useContext, string creationTitle)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 12
0
 public CngUIPolicy(CngUIProtectionLevels protectionLevel, string friendlyName, string description, string useContext, string creationTitle)
 {
 }
Exemplo n.º 13
0
 public CngUIPolicy(CngUIProtectionLevels protectionLevel, string friendlyName)
     : this(protectionLevel, friendlyName, description : null)
 {
 }
 public CngUIPolicy(CngUIProtectionLevels protectionLevel)
 {
   Contract.Ensures(false);
 }
Exemplo n.º 15
0
		public CngUIPolicy (CngUIProtectionLevels protectionLevel)
			: this (protectionLevel, null)
		{
		}
Exemplo n.º 16
0
 public CngUIPolicy(CngUIProtectionLevels protectionLevel, string?friendlyName, string?description, string?useContext)
     : this(protectionLevel, friendlyName, description, useContext, creationTitle : null)
 {
 }
Exemplo n.º 17
0
 public CngUIPolicy(CngUIProtectionLevels protectionLevel, string friendlyName)
 {
     Contract.Ensures(false);
 }
Exemplo n.º 18
0
 public CngUIPolicy(CngUIProtectionLevels protectionLevel)
 {
     Contract.Ensures(false);
 }
Exemplo n.º 19
0
 public CngUIPolicy(CngUIProtectionLevels protectionLevel, string friendlyName, string description)
 {
     Contract.Ensures(0 <= description.Length);
     Contract.Ensures(0 <= friendlyName.Length);
 }
Exemplo n.º 20
0
 public CngUIPolicy(CngUIProtectionLevels protectionLevel)
     : this(protectionLevel, friendlyName: null)
 {
 }
Exemplo n.º 21
0
 public CngUIPolicy(CngUIProtectionLevels protectionLevel, string friendlyName)
     : this(protectionLevel, friendlyName, description: null)
 {
 }
 public CngUIPolicy(CngUIProtectionLevels protectionLevel, string friendlyName, string description, string useContext, string creationTitle)
 {
 }
Exemplo n.º 23
0
 public CngUIPolicy(CngUIProtectionLevels protectionLevel)
     : this(protectionLevel, friendlyName : null)
 {
 }
Exemplo n.º 24
0
 public CngUIPolicy(CngUIProtectionLevels protectionLevel)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 25
0
 public CngUIPolicy(CngUIProtectionLevels protectionLevel, string friendlyName, string description)
 {
     throw new NotImplementedException();
 }
 public CngUIPolicy(CngUIProtectionLevels protectionLevel, string friendlyName)
 {
   Contract.Ensures(false);
 }