SIL.FieldWorks.Common.Framework.DetailControls.Slice.Slice.CanDeleteReferenceNow C# (CSharp) Méthode

CanDeleteReferenceNow() public méthode

Check whether a "Delete Reference" command can be executed. Currently implemented only for the VariantEntryBackRefs / LexEntry/EntryRefs/ComponentLexemes references.
public CanDeleteReferenceNow ( Command cmd ) : bool
cmd Command
Résultat bool
		public virtual bool CanDeleteReferenceNow(Command cmd)
		{
			CheckDisposed();
			return FromVariantBackRefField;
		}