예제 #1
0
		public CngUIPolicy (CngUIProtectionLevels protectionLevel,
		                    string friendlyName,
		                    string description,
		                    string useContext)
			: this (protectionLevel, friendlyName, description, useContext, null)
		{
		}
예제 #2
0
 public CngUIPolicy(CngUIProtectionLevels protectionLevel,
                    string friendlyName,
                    string description,
                    string useContext)
     : this(protectionLevel, friendlyName, description, useContext, null)
 {
 }
예제 #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;
 }
예제 #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;
 }
예제 #7
0
 public CngUIPolicy(CngUIProtectionLevels protectionLevel,
                    string friendlyName,
                    string description,
                    string useContext,
                    string creationTitle)
 {
     level   = protectionLevel;
     name    = friendlyName;
     desc    = description;
     context = useContext;
     title   = creationTitle;
 }
예제 #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);
 }
예제 #10
0
 public CngUIPolicy(CngUIProtectionLevels protectionLevel)
     : this(protectionLevel, null)
 {
 }
예제 #11
0
 public CngUIPolicy(CngUIProtectionLevels protectionLevel, string friendlyName, string description, string useContext, string creationTitle)
 {
     throw new NotImplementedException();
 }
예제 #12
0
 public CngUIPolicy(CngUIProtectionLevels protectionLevel, string friendlyName, string description, string useContext, string creationTitle)
 {
 }
예제 #13
0
 public CngUIPolicy(CngUIProtectionLevels protectionLevel, string friendlyName)
     : this(protectionLevel, friendlyName, description : null)
 {
 }
 public CngUIPolicy(CngUIProtectionLevels protectionLevel)
 {
   Contract.Ensures(false);
 }
예제 #15
0
		public CngUIPolicy (CngUIProtectionLevels protectionLevel)
			: this (protectionLevel, null)
		{
		}
예제 #16
0
 public CngUIPolicy(CngUIProtectionLevels protectionLevel, string?friendlyName, string?description, string?useContext)
     : this(protectionLevel, friendlyName, description, useContext, creationTitle : null)
 {
 }
예제 #17
0
 public CngUIPolicy(CngUIProtectionLevels protectionLevel, string friendlyName)
 {
     Contract.Ensures(false);
 }
예제 #18
0
 public CngUIPolicy(CngUIProtectionLevels protectionLevel)
 {
     Contract.Ensures(false);
 }
예제 #19
0
 public CngUIPolicy(CngUIProtectionLevels protectionLevel, string friendlyName, string description)
 {
     Contract.Ensures(0 <= description.Length);
     Contract.Ensures(0 <= friendlyName.Length);
 }
예제 #20
0
 public CngUIPolicy(CngUIProtectionLevels protectionLevel)
     : this(protectionLevel, friendlyName: null)
 {
 }
예제 #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)
 {
 }
예제 #23
0
 public CngUIPolicy(CngUIProtectionLevels protectionLevel)
     : this(protectionLevel, friendlyName : null)
 {
 }
예제 #24
0
 public CngUIPolicy(CngUIProtectionLevels protectionLevel)
 {
     throw new NotImplementedException();
 }
예제 #25
0
 public CngUIPolicy(CngUIProtectionLevels protectionLevel, string friendlyName, string description)
 {
     throw new NotImplementedException();
 }
 public CngUIPolicy(CngUIProtectionLevels protectionLevel, string friendlyName)
 {
   Contract.Ensures(false);
 }